{
    "$schema": "http://json-schema.org/draft-07/schema",
    "$id": "https://burrito.bible/schema/id_authorities.schema.json",
    "$$target": "id_authorities.schema.json",
    "title": "idAuthorities",
    "type": "object",
    "description": "Declares one or more identity authorities which may later be referred to using identifier prefixes.",
    "additionalProperties": {
        "type": "object",
        "properties": {
            "id": {
                "$ref": "common.schema.json#/definitions/url"
            },
            "name": {
                "$ref": "common.schema.json#/definitions/localizedText"
            }
        },
        "propertyNames": {
            "$ref": "common.schema.json#/definitions/idAuthorityLabel"
        },
        "minProperties": 1
    },
    "minProperties": 1
}
