{
    "$schema": "https:\/\/json-schema.org\/draft\/2020-12\/schema",
    "$id": "https:\/\/www.totalcms.co\/schemas\/custom\/heimdall.json",
    "type": "object",
    "id": "heimdall",
    "description": "Alle Items in Heimdall",
    "properties": {
        "id": {
            "field": "id",
            "label": "ID",
            "placeholder": "Enter a unique identifier",
            "help": "The unique identifier",
            "settings": {
                "autogen": "${title}"
            },
            "$ref": "https:\/\/www.totalcms.co\/schemas\/properties\/slug.json"
        },
        "title": {
            "type": "string",
            "field": "text"
        },
        "colour": {
            "type": "string",
            "field": "text"
        },
        "url": {
            "type": "string",
            "field": "text"
        },
        "description": {
            "type": "string",
            "field": "text"
        },
        "appid": {
            "type": "string",
            "field": "text"
        },
        "appdescription": {
            "type": "string",
            "field": "text"
        }
    },
    "required": [
        "id",
        "title",
        "colour",
        "url",
        "appid"
    ],
    "index": [
        "id",
        "url",
        "title",
        "colour",
        "description",
        "appid",
        "appdescription"
    ],
    "formgrid": "id\ntitle\ncolour\nurl\ndescription\nappid\nappdescription",
    "category": "My Schemas"
}