addonscript-spec/docs/schema/api_addon.md
Timo Ley 481174b566
All checks were successful
continuous-integration/drone/pr Build is passing
API spec overhaul
2022-08-31 14:40:32 +02:00

771 B

API Addon Object

{
    "id": "myaddon",
    "namespace": "com.example",
    "meta": {
        "addon": {},
        "additional": {}
    },
    "versions": [
        "1.0"
    ]
}

Required properties

id

This is the ID of the addon.

It should be written in the kebab-case format, meaning lowercase only and using - instead of spaces.

namespace

This is the canonical namespace of the addon.

versions

This is an array of all version numbers of this addon, which are available on this API instance.

Optional properties

meta

This is a meta object containing metadata about the addon. It does not contain any version specific metadata.