{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://get.aiware.com/schemas/v1.2/aion/aion.json",
  "title": "Engine output for any Veritone cognition engine: AI Object Notation (AION)",
  "description": "Contains unstructured data about the contents of media (video, audio, image, or document). Used to validate the Media Type application/vnd.veritone.aion+json. Informal documentation/example is available at https://docs.veritone.com/#/developer/engines/standards/engine-output/",
  "type": "object",
  "allOf": [
    {
      "description": "Metadata for this document",
      "$ref": "https://get.aiware.com/schemas/v1.2/master.json#/definitions/PREAMBLE"
    },
    {
      "description": "Information about the document as a whole",
      "$ref": "https://get.aiware.com/schemas/v1.2/master.json#/definitions/FILEDATA"
    },
    {
      "properties": {
        "object": {
          "description": "Non time-based information about the content of this media",
          "$ref": "https://get.aiware.com/schemas/v1.2/master.json#/definitions/OBJECTDATA"
        },
        "series": {
          "description": "Time-based information about the content of this media",
          "$ref": "https://get.aiware.com/schemas/v1.2/master.json#/definitions/TIMESERIESDATA"
        },
        "media": {
          "description": "Links to external files generated during processing",
          "$ref": "https://get.aiware.com/schemas/v1.2/master.json#/definitions/medias"
        }
      }
    }
  ]
}
