2021-06-23 22:06:21 +02:00
|
|
|
# Meta Object
|
|
|
|
|
|
|
|
Meta objects can be included in [addon](root.md) and [version](version.md) objects.
|
2021-07-18 12:32:57 +02:00
|
|
|
They should be used to give information about the addon or the version, like a **name**,
|
|
|
|
a **description** or a **changelog**. The specification does not require a specific format
|
|
|
|
for meta objects, therefore you can add any property to it.
|
|
|
|
It is however recommended to follow conventions for it.
|