{"type":"object","properties":{"$schema":{"type":"string"},"id":{"type":"string","format":"uuid","description":"The ID (GUID) is a unique identifier for your plugin."},"referenceComponentId":{"type":"string","format":"uuid","description":"The referenceComponentId (GUID) is a unique identifier for your element."},"marketData":{"type":"object","properties":{"name":{"type":"string","maxLength":30,"description":"The name of your plugin as it will appear in the plugin explorer"},"description":{"type":"string","description":"The description of your plugin as it will appear in the plugin explorer"},"logoUrl":{"allOf":[{"anyOf":[{"not":{}},{"type":"string"}]},{"anyOf":[{"not":{}},{"anyOf":[{"type":"string","pattern":"^(https?):\\/\\/[^\\s/$.?#].[^\\s]*$"},{"type":"string","pattern":"^(?:\\.\\.?[\\\\/])*[\\w\\-+]+([\\\\/][\\w\\-+]+)*\\.(jpg|svg|png)$"}]}],"description":"The logo of your plugin as it will appear in the plugin explorer"}]}},"required":["name"],"additionalProperties":false},"placements":{"type":"array","items":{"type":"object","properties":{"appDefinitionId":{"type":"string","format":"uuid"},"widgetId":{"type":"string","format":"uuid"},"slotId":{"type":"string"}},"required":["appDefinitionId","widgetId","slotId"],"additionalProperties":false}},"installation":{"type":"object","properties":{"autoAddToSite":{"type":"boolean","description":"Automatically adds the plugin to a site selected slot upon installation if true"}},"additionalProperties":false}},"required":["id","referenceComponentId","marketData","placements"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}
