{ "$schema":          "https://json-schema.org/draft/2020-12/schema",
  "$id":              "https://schemas.mpai.community/OSD/V1.5/data/Coordinates.json",
  "title":            "Coordinates V1.5", "type": "object", "properties": {

    "Header":         { "type": "string", "pattern": "^OSD-CRD-[0-9]{1,2}[.][0-9]{1,2}$" },
    "MInstanceID":    { "type": "string" },
    "CoordinatesID":  { "type": "string" },

    "CoordinatesType":{ "$ref": "https://schemas.mpai.community/OSD/V1.5/data/CoordinateTypes.json" },

    "Coordinates":    { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number" } },

    "DataXMData":     { "$ref": "https://schemas.mpai.community/AIF/V3.0/data/DataExchangeMetadata.json" },
    "DescrMetadata":  { "type": "string", "maxLength": 2048 } } }