{
  "$schema": "http://json-schema.org/draft/2020-12/schema",
  "id": "https://schemas.mpai.community/OSD/V1.3/data/Orientation.json",
  "title": "ObjectOrientation",
  "type": "object",
  "properties": {
    "Header": {
      "type": "string",
      "pattern": "^OSD-OOR-[0-9]{1,2}[.][0-9]{1,2}$"
    },
    "MInstanceID": {
      "type": "string"
    },
    "OrientationID": {
      "type": "string"
    },
    "General": {
      "type": "object",
      "properties": {
        "ObjectType": {
          "$ref": "https://schemas.mpai.community/TFA/V1.3/types/ObjectTypes.json"
        },
        "MediaType": {
          "$ref": "https://schemas.mpai.community/TFA/V1.3/types/MediaTypes.json"
        }
      }
    },
    "Orientation": {
      "type": "array",
      "minItems": 3,
      "maxItems": 3,
      "items": {
        "type": "number"
      }
    },
    "OrientAccuracy": {
      "type": "array",
      "minItems": 3,
      "maxItems": 3,
      "items": {
        "type": "number"
      }
    },
    "OrientVelocity": {
      "type": "array",
      "minItems": 3,
      "maxItems": 3,
      "items": {
        "type": "number"
      }
    },
    "OrientVelocityAccuracy": {
      "type": "array",
      "minItems": 3,
      "maxItems": 3,
      "items": {
        "type": "number"
      }
    },
    "OrientAccel": {
      "type": "array",
      "minItems": 3,
      "maxItems": 3,
      "items": {
        "type": "number"
      }
    },
    "OrientAccelAccuracy": {
      "type": "array",
      "minItems": 3,
      "maxItems": 3,
      "items": {
        "type": "number"
      }
    },
    "DescrMetadata": {
      "type": "string"
    }
  }
}