{
  "$schema": "http://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/OSD/V1.4/data/OfflineMapObject.json",
  "title": "OfflineMapObject",
  "type": "object", "properties": {
    "Header": { "type": "string", "pattern": "^OSD-OMO-V[0-9]{1,2}[.][0-9]{1,2}$" },
    "MInstanceID": { "type": "string" },
    "OfflineMapObjectID": { "type": "string" },
    "OfflineMapObjectSpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
    "BasicOfflineMapObjectCount": { "type": "integer" },
    "BasicOfflineMapObjects": { "type": "array", "items": { "type": "object", "properties": {
      "BasicOfflineMapObjectSpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
      "BasicOfflineMapObjectIDOrBasicOfflineMapObject": { "type": "array", "items": { "anyOf": [
        { "type": "object", "properties": { "BasicOfflineMapObjectID": { "type": "string" } } },
        { "type": "object", "properties": { "BasicOfflineMapObject": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/BasicOfflineMapObject.json" } } } ] } },
      "OfflineMapObjectAnnotation": { "type": "array", "items": {  "type": "object", "properties": {
        "Annotation": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/Annotation.json" },
        "AnnotationTimeSpace": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
        "AnnotationRights": { "RightsIDOrRights": { "type": "array", "items": { "anyOf": [
          { "type": "object", "properties": { "RightsID": { "type": "string" } } },
          { "type": "object", "properties": { "OfflineMapRights": { "$ref": "https://schemas.mpai.community/MMM4/V2.1/data/Rights.json" } } } ] } } } } } } } } },
    "SubOfflineMapObjectCount": { "type": "integer" },
    "SubOfflineMapObjects": { "type": "array", "items": { "type": "object", "properties": {
      "SubOfflineMapObjectSpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
      "SubOfflineMapObjectIDOrSubOfflineMapObject": { "type": "array", "items": { "anyOf": [
        { "type": "object", "properties": { "SubOfflineMapObjectID": { "type": "string" } } },
        { "type": "object", "properties": { "SubObject": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/OfflineMapObject.json" } } } ] } },
      "Annotations": { "type": "array", "items": { "type": "object", "properties": {
        "Annotation": {  "$ref": "https://schemas.mpai.community/OSD/V1.4/data/Annotation.json" }, 
        "AnnotationSpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
        "AnnotationRights": { "RightsIDOrRights": { "type": "array", "items": { "anyOf": [
          { "type": "object", "properties": { "Rights": { "$ref": "https://schemas.mpai.community/MMM4/V2.1/data/Rights.json" } } },
          { "type": "object", "properties": { "RightsID": { "type": "string" } } }  ] } } } } } } } } },
    "OfflineMapObjectOrBasicOfflineMapObject": { "type": "array", "oneOf": [ 
      { "type": "array", "items": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/BasicOfflineMapObject.json" } },
      { "type": "array", "items": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/OfflineMapObject.json#/properties/OfflineMapObjectOrBasicOfflineMapObject" } } ] },
    "Rights": { "$ref": "https://schemas.mpai.community/MMM4/V2.1/data/Rights.json" },
    "DescrMetadata": { "type": "string" } }
}