{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CommerceAvailability", "title": "CommerceAvailability", "properties": { "end_at": { "format": "date-time", "type": "string" }, "item_id": { "type": "string" }, "location_id": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "size": { "type": "number" }, "staff_user_id": { "type": "string" }, "start_at": { "format": "date-time", "type": "string" } }, "type": "object" }