{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/7shifts/refs/heads/main/json-structure/7shifts-timeoff-structure.json", "name": "TimeOff", "type": "object", "description": "7shifts TimeOff structure.", "properties": { "id": { "type": "int64", "description": "" }, "user_id": { "type": "int64", "description": "" }, "status": { "type": "string", "description": "" }, "from_date": { "type": "date", "description": "" }, "to_date": { "type": "date", "description": "" }, "partial": { "type": "boolean", "description": "" }, "category": { "type": "string", "description": "" }, "comments": { "type": "string", "description": "" }, "created": { "type": "datetime", "description": "" }, "modified": { "type": "datetime", "description": "" } } }