{
    "$schema": "https:\/\/json-schema.org\/draft\/2020-12\/schema",
    "$id": "https:\/\/www.totalcms.co\/schemas\/custom\/myurl.json",
    "type": "object",
    "id": "myurl",
    "description": "Alle meine Subdom\u00e4nen",
    "properties": {
        "id": {
            "field": "id",
            "label": "ID",
            "placeholder": "Enter a unique identifier",
            "help": "The unique identifier",
            "$ref": "https:\/\/www.totalcms.co\/schemas\/properties\/slug.json"
        },
        "name": {
            "type": "string",
            "field": "text",
            "label": "Name:"
        },
        "url": {
            "type": "string",
            "field": "text",
            "label": "url:"
        },
        "path": {
            "type": "string",
            "field": "text",
            "label": "path:"
        },
        "ssl": {
            "type": "string",
            "field": "text",
            "label": "ssl:"
        },
        "is_active": {
            "type": "string",
            "field": "text",
            "label": "is_avtive"
        }
    },
    "required": [
        "id",
        "name",
        "url",
        "path",
        "ssl",
        "is_active"
    ],
    "index": [
        "id",
        "name",
        "url",
        "path",
        "ssl",
        "is_active"
    ],
    "category": "My Schemas"
}