Csb Rebate Formio Schema And Submission Structure

FormioSchemaAndSubmission schema from epa-csb-server

Type: object Properties: 3
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

FormioSchemaAndSubmission is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

access schema submission

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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": {}
    }
  }
}