{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/csb-rebate-formio-schema-and-submission-schema.json", "title": "FormioSchemaAndSubmission", "description": "FormioSchemaAndSubmission schema from epa-csb-server", "type": "object", "properties": { "access": { "type": "boolean", "example": true }, "schema": { "type": "object", "nullable": true, "example": {} }, "submission": { "type": "object", "example": {} } } }