{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReportRevisionDTO", "type": "object", "properties": { "reportStatus": { "type": "string" }, "startDate": { "type": "string" }, "finishDate": { "type": "string" }, "signOffStatus": { "type": "string" }, "signOffNotes": { "type": "string" }, "reportReasonCd": { "type": "string" }, "description": { "type": "string" }, "languageCode": { "type": "string" }, "outputFormat": { "type": "string" }, "percentageComplete": { "type": "integer" } } }