{"type":"object","properties":{"$schema":{"type":"string"},"id":{"type":"string","format":"uuid","description":"ID (GUID) of the plugin you created using the CLI. This ID is auto-generated by Wix."},"title":{"type":"string","minLength":1,"description":"Name of the plugin."},"extends":{"type":"string","format":"uuid","description":"Slot ID of the dashboard page hosting the plugin."},"width":{"type":"number","description":"Initial width of the plugin while loading, in pixels."},"height":{"type":"number","description":"Initial height of the plugin while loading, in pixels."}},"required":["id","title","extends"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}
