{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cam-emissions-emissions-view-dto-schema.json", "title": "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" ] }