{
    "$schema": "http://json-schema.org/draft-07/schema",
    "$id": "https://burrito.bible/schema/relationships.schema.json",
    "$$target": "relationships.schema.json",
    "title": "Relationships",
    "type": "array",
    "items": {
        "$ref": "relationship.schema.json"
    },
    "minItems": 1,
    "description": "Describes a relationship to another burrito that may be obtained from an indicated server."
}
