{
  "$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.3/AIMs/TelevisionSplitting.json",
  "title": "TelevisionSplitting",
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Name": "MPAI-OSD",
      "AIW": "",
      "AIM": "TelevisionSplitting",
      "Version": "V1.3"
    }
  },
  "Description": "This AIM splits audio-video data into separate audio and video.",
  "Types": [
    {
      "Name": "AudioVideoObject_t",
      "Type": "uint8[]"
    },
    {
      "Name": "TextObject_t",
      "Type": "uint8[]"
    },
    {
      "Name": "AudioObject_t",
      "Type": "uint8[]"
    },
    {
      "Name": "VisualObject_t",
      "Type": "uint8[]"
    }
  ],
  "Ports": [
    {
      "Name": "AudioVideo",
      "Direction": "InputOutput",
      "RecordType": "AudioVideoObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "AuxiliaryText",
      "Direction": "OutputInput",
      "RecordType": "TextObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "Video",
      "Direction": "OutputInput",
      "RecordType": "VisualObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "Audio",
      "Direction": "OutputInput",
      "RecordType": "AudioObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/mpai-osd/"
    }
  ]
}