{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-monitor-plan-unit-capacity-structure.json", "name": "UnitCapacity", "description": "UnitCapacity schema from Monitor Plan Management OpenAPI Specification", "type": "object", "properties": { "id": { "type": "string", "example": "12345" }, "unitId": { "type": "double", "example": 0.0 }, "beginDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "endDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "maximumHourlyHeatInputCapacity": { "type": "double", "example": 0.0 }, "userId": { "type": "string", "example": "12345" }, "addDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "updateDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "unit": { "$ref": "#/components/schemas/Unit" } }, "required": [ "id", "unitId", "beginDate", "endDate", "maximumHourlyHeatInputCapacity", "userId", "addDate", "updateDate", "unit" ] }