Skip to content
Snippets Groups Projects
system_time_zone.json 408 B
{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$id": "http://example.com/example.json",
    "type": "string",
    "default": {},
    "title": "Root Schema",
    "required": [
        "system_time_zone"
    ],
    "properties": {
        "system_time_zone": {
            "type": "string",
            "default": "",
            "title": "The system_time_zone Schema"
        }
    }
}