{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-master-data-code-table-dto-structure.json", "name": "CodeTableDto", "description": "CodeTableDto schema from Master Data Management OpenAPI Specification", "type": "object", "properties": { "code": { "type": "string", "description": "Code", "example": "string" }, "name": { "type": "string", "description": "Display Name", "example": "EPA Facility" } }, "required": [ "code", "name" ] }