flow_accumulation_rb

flow_accumulation_rb schema from CIP-service Indexing API

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
area_of_interest object
default_weight number
known_region object
nhdplus_version object
image_format object
output_srid integer
View JSON Schema on GitHub

JSON Schema

cip-service-flow-accumulation-rb-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/cip-service-flow-accumulation-rb-schema.json",
  "title": "flow_accumulation_rb",
  "description": "flow_accumulation_rb schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "area_of_interest": {
      "$ref": "#/components/schemas/geojson_feature"
    },
    "default_weight": {
      "type": "number",
      "example": 0.0
    },
    "known_region": {
      "$ref": "#/components/schemas/known_region"
    },
    "nhdplus_version": {
      "default": "nhdplus_h",
      "$ref": "#/components/schemas/nhdplus_version"
    },
    "image_format": {
      "default": "PNG",
      "$ref": "#/components/schemas/image_format"
    },
    "output_srid": {
      "type": "integer",
      "example": 0
    }
  }
}