{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/revel-systems/refs/heads/main/json-structure/revel-open-api-customer-list-structure.json", "name": "CustomerList", "description": "CustomerList schema from Revel Open API", "type": "object", "properties": { "meta": { "$ref": "#/components/schemas/Meta" }, "objects": { "type": "array", "items": { "$ref": "#/components/schemas/Customer" } } } }