{"type":"object","properties":{"$schema":{"type":"string"},"id":{"type":"string","format":"uuid","description":"The ID (GUID) is a unique identifier for your element."},"name":{"type":"string","minLength":1,"maxLength":30,"description":"The name of your element as it will appear in the Wix App Dashboard"},"height":{"type":"object","properties":{"defaultHeight":{"type":"number","description":"Initial height of the widget in pixels when it is first installed on a site"}},"required":["defaultHeight"],"additionalProperties":false},"width":{"type":"object","properties":{"defaultWidth":{"type":"number","description":"Initial width of the widget in pixels when it is first installed on a site"},"stretchByDefault":{"type":"boolean","description":"Sets the widget's stretch on installation. If set to true, it will stretch the widget to the full width of its container"},"allowStretch":{"type":"boolean","description":"Allows a user to stretch the widget to the full width of the container if true"}},"required":["defaultWidth"],"additionalProperties":false},"installation":{"type":"object","properties":{"autoAddToSite":{"type":"boolean","description":"Automatically adds the widget to a site upon installation if true"},"essential":{"type":"boolean","description":"Marks the widget as crucial to your app's functionality or not. If true and a user deletes the widget, the entire app will also be deleted."}},"additionalProperties":false},"presets":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"thumbnailUrl":{"anyOf":[{"type":"string","pattern":"^(https?):\\/\\/[^\\s/$.?#].[^\\s]*$"},{"type":"string","pattern":"^(?:\\.\\.?[\\\\/])*[\\w\\-+]+([\\\\/][\\w\\-+]+)*\\.(jpg|svg|png)$"}]}},"required":["id","thumbnailUrl"],"additionalProperties":false},"minItems":1,"maxItems":1},"behaviors":{"type":"object","properties":{"dashboard":{"type":"object","properties":{"dashboardPageComponentId":{"type":"string","format":"uuid","description":"The ID of the dashboard page component"}},"required":["dashboardPageComponentId"],"additionalProperties":false}},"additionalProperties":false}},"required":["id","name","height","width"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}
