{
    "type": "object",
    "properties": {
        "tasks": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "title": {
                        "type": "string"
                    },
                    "body": {
                        "type": "string"
                    },
                    "contactId": {
                        "type": "string"
                    },
                    "businessId": {
                        "type": "string"
                    },
                    "assignedTo": {
                        "type": "string"
                    },
                    "completed": {
                        "type": "boolean"
                    },
                    "dueDate": {
                        "type": "string"
                    },
                    "completedDate": {
                        "type": "string"
                    },
                    "createdAt": {
                        "type": "string"
                    },
                    "updatedAt": {
                        "type": "string"
                    },
                    "createdBy": {
                        "type": "string"
                    },
                    "updatedBy": {
                        "type": "string"
                    }
                }
            }
        },
        "meta": {
            "type": "object",
            "properties": {
                "total": {
                    "type": "number"
                },
                "count": {
                    "type": "number"
                },
                "limit": {
                    "type": "number"
                },
                "offset": {
                    "type": "number"
                },
                "locationId": {
                    "type": "string"
                }
            }
        }
    },
    "version": 1
}
