{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReportDefinitionDTO", "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "releaseTag": { "type": "string" }, "entities": { "type": "array" } } }