{
    "$schema": "https:\/\/json-schema.org\/draft\/2020-12\/schema",
    "$id": "https:\/\/www.totalcms.co\/schemas\/custom\/mydeck.json",
    "type": "object",
    "id": "mydeck",
    "description": "Test f\u00fcr das Deck",
    "properties": {
        "id": {
            "field": "id",
            "label": "ID",
            "placeholder": "Enter a unique identifier",
            "help": "The unique identifier",
            "$ref": "https:\/\/www.totalcms.co\/schemas\/properties\/slug.json"
        },
        "url": {
            "type": "string",
            "field": "text"
        },
        "deck": {
            "type": "string",
            "field": "multiselect"
        }
    },
    "required": [
        "id"
    ],
    "index": [
        "id"
    ],
    "category": "My Schemas"
}