{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_seats", "title": "access_seats", "properties": { "access_seat": { "$ref": "#/components/schemas/access_access_seat" }, "created_at": { "$ref": "#/components/schemas/access_timestamp" }, "gateway_seat": { "$ref": "#/components/schemas/access_gateway_seat" }, "seat_uid": { "$ref": "#/components/schemas/access_seat_uid" }, "updated_at": { "$ref": "#/components/schemas/access_timestamp" } }, "type": "object" }