{
  "$schema": "http://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/OSD/V1.1/data/Time.json",
  "title": "Time",
  "type": "object",
  "properties": {
    "Header": {
      "type": "string",
      "pattern": "^OSD-TIM-[0-9]{1,2}[.][0-9]{1,2}$"
    },
    "MInstanceID": {
      "type": "string"
    },
    "TimeID": {
      "type": "string"
    },
    "TimeData": {
      "type": "object",
      "properties": {
        "TimeType": {
          "type": "boolean"
        },
        "StartTime": {
          "type": "number"
        },
        "EndTime": {
          "type": "number"
        }
      }
    },
    "DescrMetadata": {
      "type": "string"
    }
  }
}