{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-master-data-control-technology-dto-structure.json", "name": "ControlTechnologyDTO", "description": "ControlTechnologyDTO schema from Master Data Management OpenAPI Specification", "type": "object", "properties": { "controlCode": { "type": "string", "example": "string" }, "controlDescription": { "type": "string", "example": "string" }, "controlEquipParamCode": { "type": "string", "example": "string" }, "controlEquipParamDescription": { "type": "string", "example": "string" } }, "required": [ "controlCode", "controlDescription", "controlEquipParamCode", "controlEquipParamDescription" ] }