{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cip-service-flow-accumulation-rb-structure.json", "name": "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": "double", "example": 0.0 }, "known_region": { "$ref": "#/components/schemas/known_region" }, "nhdplus_version": { "$ref": "#/components/schemas/nhdplus_version", "default": "nhdplus_h" }, "image_format": { "$ref": "#/components/schemas/image_format", "default": "PNG" }, "output_srid": { "type": "int32", "example": 0 } } }