{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://aptarium.app/schemas/app/v1.json","type":"object","additionalProperties":false,"properties":{"title":{"type":"string","maxLength":120},"description":{"type":"string","maxLength":500},"icon":{"type":"string","maxLength":16},"tags":{"type":"array","maxItems":10,"items":{"type":"string"}},"bindings":{"type":"object"},"expects":{"type":"object"},"csp":{"type":"object","additionalProperties":false,"properties":{"connectExtra":{"type":"array","maxItems":0}}}}}