{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/csb-rebate-formio-schema-and-submission-structure.json", "name": "FormioSchemaAndSubmission", "description": "FormioSchemaAndSubmission schema from epa-csb-server", "type": "object", "properties": { "access": { "type": "boolean", "example": true }, "schema": { "type": "object", "example": {} }, "submission": { "type": "object", "example": {} } } }