{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/crystal-reports/refs/heads/main/json-structure/crystal-reports-instance-form-structure.json", "name": "InstanceForm", "description": "Form for creating a transient report instance", "type": "object", "properties": { "SuppressData": { "type": "boolean", "description": "Whether to suppress data retrieval during instance creation", "example": false }, "ConnectionInfo": { "$ref": "#/components/schemas/ConnectionInfo" } } }