{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cam-camd-services-report-column-dto-schema.json", "title": "ReportColumnDTO", "description": "ReportColumnDTO schema from CAMD Administrative & General Services OpenAPI Specification", "type": "object", "properties": { "code": { "type": "string", "example": "string" }, "values": { "type": "array", "items": { "type": "object" }, "example": [ {} ] } }, "required": [ "code", "values" ] }