-
Jovana Vuleta authoredJovana Vuleta authored
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"
}
}
}