EstablishmentList schema from Revel Open API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EstablishmentList", "description": "EstablishmentList schema from Revel Open API", "$id": "https://raw.githubusercontent.com/api-evangelist/revel-systems/refs/heads/main/json-schema/revel-open-api-establishment-list-schema.json", "type": "object", "properties": { "meta": { "$ref": "#/components/schemas/Meta" }, "objects": { "type": "array", "items": { "$ref": "#/components/schemas/Establishment" } } } }