{ "$schema":                "https://json-schema.org/draft/2020-12/schema",
  "$id":                    "https://schemas.mpai.community/OSD/V1.5/data/Trajectory.json",
  "title":                  "Trajectory V1.5", "type": "object", "properties": {
    "Header":               { "type": "string", "pattern": "^OSD-TRJ-[0-9]{1,2}[.][0-9]{1,2}$" },

    "MInstanceID":          { "type": "string" },
    "TrajectoryID":         { "type": "string" },

    "Trajectory":           { "type": "array", "items": { "type": "object", "properties": {
      "ExpectedSpaceTime":  { "$ref": "https://schemas.mpai.community/OSD/V1.5/data/SpaceTime.json" },
      "ActualSpaceTime":    { "$ref": "https://schemas.mpai.community/OSD/V1.5/data/SpaceTime.json" } } } },

    "DataXMData":           { "$ref": "https://schemas.mpai.community/AIF/V3.0/data/DataExchangeMetadata.json" },
    "DescrMetadata":        { "type": "string", "maxLength": 2048 } } }