addonscript-spec/docs/schema/api_addon_descriptor.md
Timo Ley f265e1c858
All checks were successful
continuous-integration/drone/push Build is passing
small changes to API spec
2022-12-16 11:09:33 +01:00

492 B

Addon Descriptor Object

{
    "id": "addonid",
    "namespace": "com.example",
    "version": "1.0.0"
}

Required properties

id

This is the ID of the addon which this object describes.

namespace

This is the namespace of the addon which this object describes. It MUST be the canonical namespace.

version

This is the version of the addon.