{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/7shifts/refs/heads/main/json-structure/7shifts-availability-structure.json", "name": "Availability", "type": "object", "description": "7shifts Availability structure.", "properties": { "id": { "type": "int64", "description": "" }, "user_id": { "type": "int64", "description": "" }, "status": { "type": "string", "description": "" }, "week_type": { "type": "string", "description": "" }, "availability": { "type": "object", "description": "Per-weekday availability windows." }, "created": { "type": "datetime", "description": "" }, "modified": { "type": "datetime", "description": "" } } }