{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr052-schema.json", "title": "dfr052", "description": "Case Formal Actions", "type": "object", "properties": { "Action": { "items": { "$ref": "#/definitions/dfr053" }, "type": "array", "xml": { "name": "Action", "wrapped": true }, "example": [ "string" ] }, "ProgramDates": { "items": { "$ref": "#/definitions/dfr018_ProgramDates" }, "title": "Program Dates", "type": "array", "xml": { "name": "ProgramDates", "wrapped": true }, "example": [ "string" ] } } }