{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-monitor-plan-analyzer-range-structure.json", "name": "AnalyzerRange", "description": "AnalyzerRange schema from Monitor Plan Management OpenAPI Specification", "type": "object", "properties": { "id": { "type": "string", "example": "12345" }, "componentRecordId": { "type": "string", "example": "12345" }, "analyzerRangeCode": { "type": "string", "example": "string" }, "dualRangeIndicator": { "type": "double", "example": 0.0 }, "beginDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "endDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "beginHour": { "type": "double", "example": 0.0 }, "endHour": { "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" }, "component": { "$ref": "#/components/schemas/Component" } }, "required": [ "id", "componentRecordId", "analyzerRangeCode", "dualRangeIndicator", "beginDate", "endDate", "beginHour", "endHour", "userId", "addDate", "updateDate", "component" ] }