{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/AIF/V2.0/AIW-AIM-metadata.schema.json",
  "$id": "https://schemas.mpai.community/OSD/V1.4/AIMs/OfflineMapEventDescription.json",
  "title": "OfflineMapEventDescription",
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Name": "MPAI-OSD",
      "AIW": "",
      "AIM": "OfflineMapEventDescriptors",
      "Version": "V1.4"
    }
  },
  "Description": "This AIM nultiplexes a series of OfflineMap Scene Descriptors during a Time into OfflineMap-Visual Event Descriptors.",
  "Types": [
    {
      "Name": "OfflineMapSceneDescriptors_t",
      "Type": "uint8[]"
    },
    {
      "Name": "OfflineMapEventDescriptors_t",
      "Type": "uint8[]"
    }
  ],
  "Ports": [
    {
      "Name": "OfflineMapSceneDescriptors",
      "Direction": "InputOutput",
      "RecordType": "OfflineMapSceneDescriptors_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "OfflineMapEventDescriptors",
      "Direction": "OutputInput",
      "RecordType": "OfflineMapEventDescriptors_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/mpai-osd/"
    }
  ]
}