{ "pluginAlias": "ExampleHomebridgePlugin", "pluginType": "platform", "singular": true, "schema": { "type": "object", "properties": { "name": { "title": "Name", "type": "string", "required": true, "default": "Example Dynamic Platform" } } } }