{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReportInstanceDTO", "type": "object", "properties": { "reportInstanceId": { "type": "integer" }, "reportDefinitionId": { "type": "integer" }, "reportDefinitionName": { "type": "string" }, "reportName": { "type": "string" }, "userFriendlyReportName": { "type": "string" }, "extension": { "type": "string" }, "name": { "type": "string" } } }