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