event_feature_properties

event_feature_properties schema from CIP-service Indexing API

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
globalid object
lengthkm number
areasqkm number
converted_to_ring boolean
indexing_method_used string
line_threshold_used number
areacat_threshold_used number
areaevt_threshold_used number
View JSON Schema on GitHub

JSON Schema

cip-service-event-feature-properties-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-event-feature-properties-schema.json",
  "title": "event_feature_properties",
  "description": "event_feature_properties schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "globalid": {
      "$ref": "#/components/schemas/globalid"
    },
    "lengthkm": {
      "type": "number",
      "example": 0.0
    },
    "areasqkm": {
      "type": "number",
      "example": 0.0
    },
    "converted_to_ring": {
      "type": "boolean",
      "example": true
    },
    "indexing_method_used": {
      "type": "string",
      "example": "string"
    },
    "line_threshold_used": {
      "type": "number",
      "example": 0.0
    },
    "areacat_threshold_used": {
      "type": "number",
      "example": 0.0
    },
    "areaevt_threshold_used": {
      "type": "number",
      "example": 0.0
    }
  }
}