{
    "type": "object",
    "title": "Empty Component",
    "properties": {
        "id": {
            "title": "Id",
            "type": "string"
        },
        "type": {
            "title": "Type",
            "type": "string"
        },
        "title": {
            "title": "Title",
            "type": "string"
        },
        "enabled": {
            "title": "Enabled",
            "type": "boolean"
        }
    },
    "required": [
        "id",
        "title"
    ]
}