{
    "$schema": "http://json-schema.org/draft-07/schema",
    "$id": "https://burrito.bible/schema/languages.schema.json",
    "$$target": "languages.schema.json",
    "title": "Languages",
    "type": "array",
    "items": {
        "$ref": "language.schema.json"
    },
    "minItems": 1,
    "description": "A list of all the languages of the contents of this burrito."
}
