{
    "pluginAlias": "Haiku",
    "pluginType": "platform",
    "singular": true,
    "schema": {
        "type": "object",
        "properties": {
            "name": {
                "type": "string",
                "title": "Plugin Name",
                "default": "Haiku",
                "required": true
            }
        }
    }
}
