{
  "$schema": "http://json-schema.org/draft/2020-12schema",
  "$id": "https://schemas.mpai.community/OSD/V1.4/data/BasicSceneGeometry.json",
  "title": "BasicSceneGeometry",
  "type": "object", "properties": {
    "Header": { "type": "string", "pattern": "^OSD-BSG-V[0-9]{1,2}[.][0-9]{1,2}$" },
    "MInstanceID": { "type": "string" },
    "BasicSceneGeometryID": { "type": "string" },
    "BasicSceneGeometrySpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
    "ObjectCount": { "type": "integer" },
    "Objects": { "type": "array", "items": { "type": "object", "items": {
      "SpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
      "MediaType": { "$ref": "https://schemas.mpai.community/TFA/V1.4/types/MediaTypes.json" },
      "Qualifier": { "type": "array", "items": { "oneOf": [
        { "$ref": "https://schemas.mpai.community/TFA/V1.4/data/3DModelQualifier.json" },
        { "$ref": "https://schemas.mpai.community/TFA/V1.4/data/AudioQualifier.json" },
        { "$ref": "https://schemas.mpai.community/TFA/V1.4/data/AudioVisualQualifier.json" },
        { "$ref": "https://schemas.mpai.community/TFA/V1.4/data/LiDARQualifier.json" },
        { "$ref": "https://schemas.mpai.community/TFA/V1.4/data/RADARQualifier.json" },
        { "$ref": "https://schemas.mpai.community/TFA/V1.4/data/OfflineMapQualifier.json" },
        { "$ref": "https://schemas.mpai.community/TFA/V1.4/data/SpeechQualifier.json" },
        { "$ref": "https://schemas.mpai.community/TFA/V1.4/data/UltrasoundQualifier.json" },
        { "$ref": "https://schemas.mpai.community/TFA/V1.4/data/VisualQualifier.json" } ] } } } } },
    "Rights": { "$ref": "https://schemas.mpai.community/MMM4/V2.0/data/Rights.json" },
    "DescrMetadata": { "type": "string" } }
}