9a5f00d9642dc96e

Created Jun 12, 20263 fields1 collection using this schema

Labels

No labels yet.

Fields

NameTypeInfo
namestring
utcOffsetstringnull
abbreviationstringnull

JSON Schema

{
  "type": "object",
  "title": "Time Zone",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Timezone name (e.g. UTC+05:30)"
    },
    "utcOffset": {
      "type": [
        "string",
        "null"
      ],
      "description": "UTC offset string (e.g. +05:30, -04:00)"
    },
    "abbreviation": {
      "type": [
        "string",
        "null"
      ],
      "description": "Timezone abbreviation (e.g. UTC+05:30)"
    }
  },
  "description": "A timezone with UTC offset and abbreviation."
}

Used by 1 collection

Full hash:9a5f00d9642dc96eda7e9a9ded0d32b105120e375a9737b4e30c8e2d3ad56bdc

ID:b136c4cf-830d-420b-87d0-e82ac2beae17