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