{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://get.aiware.com/schemas/v1.1/language/language.json",
  "title": "vtn-standard.language",
  "description": "Standard engine output for Language Identification at Veritone",
  "type": "object",
  "allOf": [
    {
      "$ref": "https://get.aiware.com/schemas/v1.1/master.json#/definitions/header"
    },
    {
      "properties": {
        "validationContracts": {
          "type": "array",
          "contains": {
            "const": "language"
          }
        },
        "language": {
          "$ref": "https://get.aiware.com/schemas/v1.1/master.json#/definitions/language"
        }
      },
      "required": [
        "language"
      ]
    }
  ]
}
