{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/crystal-reports/refs/heads/main/json-schema/crystal-reports-subreport-schema.json", "title": "Subreport", "description": "A subreport embedded within the main report", "type": "object", "properties": { "name": { "type": "string", "description": "Subreport name", "example": "OrderDetails" }, "uri": { "type": "string", "description": "URI to access the subreport", "example": "/biprws/infostore/5765/rpt/subreport/OrderDetails" } } }