{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr074-schema.json", "title": "dfr074", "description": "NAICS Sources Object", "type": "object", "properties": { "NAICSCodes": { "items": { "$ref": "#/definitions/dfr075" }, "title": "NAICS Codes", "type": "array", "xml": { "name": "NAICSCodes", "wrapped": true }, "example": [ "string" ] } }, "required": [ "NAICSCodes" ] }