{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-emissions-emissions-view-dto-structure.json", "name": "EmissionsViewDTO", "description": "EmissionsViewDTO schema from Emissions Management OpenAPI Specification", "type": "object", "properties": { "code": { "type": "string", "description": "NEED TO UPDATE DESCRIPTION", "example": "string" }, "name": { "type": "string", "description": "NEED TO UPDATE DESCRIPTION", "example": "EPA Facility" } }, "required": [ "code", "name" ] }