﻿{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AudioAnalysisforPreservation",
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Standard": "MPAI-CAE",
      "AIW": "CAE-ARP",
      "AIM": "AudioAnalysisforPreservation",
      "Version": "V2.3"
    }
  },
  "Description": "This AIM implements the Audio Analyser.",
  "Types": [
    {
      "Name": "Audio_t",
      "Type": "uint32[]"
    },
    {
      "Name": "AudioFileArray_t",
      "Type": "Audio_t[]"
    },
    {
      "Name": "Video_t",
      "Type": "{int32 frameNumber; int16 x; int16 y; byte[] frame}"
    },
    {
      "Name": "JSON_t",
      "Type": "{byte[] oneByteText | uint16[] twoByteText}"
    }
  ],
  "Ports": [
    {
      "Name": "PreservationAudioFile",
      "Direction": "InputOutput",
      "RecordType": "Audio_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "PreservationAudioVisualFile",
      "Direction": "InputOutput",
      "RecordType": "Video_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "IrregularityFileInput",
      "Direction": "InputOutput",
      "RecordType": "JSON_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "IrregularityFileOutput_1",
      "Direction": "OutputInput",
      "RecordType": "JSON_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "IrregularityFileOutput_2",
      "Direction": "OutputInput",
      "RecordType": "JSON_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "AudioFiles",
      "Direction": "OutputInput",
      "RecordType": "AudioFileArray_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/mpai-cae/"
    }
  ],
  "$id": "https://schemas.mpai.community/CAE1/V2.3/AIMs/AudioAnalysisForPreservation.json"
}