{"type":"object","properties":{"$schema":{"type":"string"},"id":{"type":"string","format":"uuid","description":"The ID (GUID) is used to register the modal in the Wix App Dashboard. The ID must be unique across all pages in the app."},"title":{"type":"string","minLength":1,"description":"The title is used to refer to the modal in the Wix App Dashboard."},"width":{"type":"number","description":"Initial width of the modal while loading, in pixels."},"height":{"type":"number","description":"Initial height of the modal while loading, in pixels."}},"required":["id","title"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}
