{
    "$schema": "http://json-schema.org/draft-07/schema",
    "$id": "https://burrito.bible/schema/localized_name.schema.json",
    "$$target": "localized_name.schema.json",
    "title": "Localized Name",
    "type": "object",
    "description": "Contains localized names for books, etc.",
    "properties": {
        "short": {
            "$ref": "common.schema.json#/definitions/localizedText"
        },
        "long": {
            "$ref": "common.schema.json#/definitions/localizedText"
        },
        "abbr": {
            "$ref": "common.schema.json#/definitions/localizedText"
        }
    },
    "required": ["short"],
    "additionalProperties": false
}
