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