{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/OSD/V1.4/data/OfflineMapSceneGeometry.json",
  "title": "OfflineMapSceneGeometry",
  "type": "object", "properties": {
    "Header": { "type": "string", "pattern": "^OSD-OSG-V[0-9]{1,2}[.][0-9]{1,2}$" },
    "MInstanceID": { "type": "string" },
    "OfflineMapSceneGeometryID": { "type": "string" },
    "OfflineMapSceneGeometrySpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
    "OfflineMapObjectCount": { "type": "integer" },
    "OfflineMapSceneGeometryObjects": { "type": "array", "items": { "type": "object", "properties": {
      "OfflineMapObjectID": { "type": "string" },
      "SpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" } } } },
    "OfflineMapSubSceneCount": { "type": "integer" },
    "OfflineMapSceneGeometrySubScenes": { "type": "array", "items": { "type": "object", "properties": {
      "SpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
      "OfflineMapSubSceneIDOOfflineMapSubScene": { "type": "array", "items": { "anyOf": [
        { "type": "object", "properties": { "OfflineMapSubScene": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/OfflineMapSceneGeometry.json" } } },
        { "type": "object", "properties": { "OfflineMapSubSceneID": { "type": "string" } } } ] } } } } },
    "BasicOfflineMapSceneOrScene": { "type": "array", "oneOf": [
      { "type": "array", "items": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/OfflineMapSceneGeometry.json#/properties/BasicOfflineMapSceneOrScene" } },
      { "type": "array", "items": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/BasicOfflineMapSceneGeometry.json" } } ] },
    "Rights": { "$ref": "https://schemas.mpai.community/MMM4/V2.1/data/Rights.json" }, 
    "DescrMetadata": { "type": "string" } }
}