{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://get.aiware.com/schemas/v2.1/aion/schema.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": "Identity of this document",
      "$ref": "https://get.aiware.com/schemas/v2.1/master.json#/definitions/IDENTITY"
    },
    {
      "description": "Metadata for this document",
      "$ref": "https://get.aiware.com/schemas/v2.1/master.json#/definitions/PREAMBLE"
    },
    {
      "description": "Processing resources needed to generate this document",
      "$ref": "https://get.aiware.com/schemas/v2.1/master.json#/definitions/PROCESSING"
    },
    {
      "description": "Information about the document as a whole",
      "$ref": "https://get.aiware.com/schemas/v2.1/master.json#/definitions/FILEDATA"
    },
    {
      "properties": {
        "object": {
          "description": "Non time-based information about the content of this media",
          "$ref": "https://get.aiware.com/schemas/v2.1/master.json#/definitions/OBJECTDATA"
        },
        "series": {
          "description": "Time-based information about the content of this media",
          "$ref": "https://get.aiware.com/schemas/v2.1/master.json#/definitions/TIMESERIESDATA"
        },
        "media": {
          "description": "Links to external files generated during processing",
          "$ref": "https://get.aiware.com/schemas/v2.1/master.json#/definitions/medias"
        },
        "embedding": {
          "description": "An array of floats representing objects in vector space",
          "$ref": "https://get.aiware.com/schemas/v2.1/master.json#/definitions/embedding"
        }
      }
    },
    {
      "$ref": "https://get.aiware.com/schemas/v2.1/contracts.json#/definitions/capabilityAnomaly"
    },
    {
      "$ref": "https://get.aiware.com/schemas/v2.1/contracts.json#/definitions/capabilityConcept"
    },
    {
      "$ref": "https://get.aiware.com/schemas/v2.1/contracts.json#/definitions/capabilityEntity"
    },
    {
      "$ref": "https://get.aiware.com/schemas/v2.1/contracts.json#/definitions/capabilityKeyword"
    },
    {
      "$ref": "https://get.aiware.com/schemas/v2.1/contracts.json#/definitions/capabilityLanguage"
    },
    {
      "$ref": "https://get.aiware.com/schemas/v2.1/contracts.json#/definitions/capabilityMediaTranslated"
    },
    {
      "$ref": "https://get.aiware.com/schemas/v2.1/contracts.json#/definitions/capabilityObject"
    },
    {
      "$ref": "https://get.aiware.com/schemas/v2.1/contracts.json#/definitions/capabilitySentiment"
    },
    {
      "$ref": "https://get.aiware.com/schemas/v2.1/contracts.json#/definitions/capabilitySummary"
    },
    {
      "$ref": "https://get.aiware.com/schemas/v2.1/contracts.json#/definitions/capabilityText"
    },
    {
      "$ref": "https://get.aiware.com/schemas/v2.1/contracts.json#/definitions/capabilityTranscript"
    },
    {
      "$ref": "https://get.aiware.com/schemas/v2.1/contracts.json#/definitions/capabilitySchemaId_Pattern"
    }
  ]
}
