FormioSchemaAndSubmission

FormioSchemaAndSubmission schema from epa-csb-server

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
access boolean
schema object
submission object
View JSON Schema on GitHub

JSON Schema

csb-rebate-formio-schema-and-submission-schema.json Raw ↑
{
  "$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": {}
    }
  }
}