{ "$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-time-schedule-list-structure.json", "name": "TimeScheduleList", "description": "TimeScheduleList schema from Revel Open API", "type": "object", "properties": { "meta": { "$ref": "#/components/schemas/Meta" }, "objects": { "type": "array", "items": { "$ref": "#/components/schemas/TimeSchedule" } } } }