{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/timedatectl/show.json",
  "title": "timedatectl/show",
  "description": "timedatectl show, the clock settings as Key=value",
  "x-jsonize": {
    "definition": "timedatectl/show",
    "version": 1
  },
  "type": "object",
  "properties": {
    "CanNTP": {
      "type": "boolean"
    },
    "LocalRTC": {
      "type": "boolean"
    },
    "NTP": {
      "type": "boolean"
    },
    "NTPSynchronized": {
      "type": "boolean"
    },
    "RTCTimeUSec": {
      "type": "string"
    },
    "TimeUSec": {
      "type": "string"
    },
    "Timezone": {
      "type": "string"
    }
  },
  "additionalProperties": {
    "type": "string"
  }
}
