Cip Service Event Feature Properties Structure

event_feature_properties schema from CIP-service Indexing API

Type: object Properties: 8
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

globalid lengthkm areasqkm converted_to_ring indexing_method_used line_threshold_used areacat_threshold_used areaevt_threshold_used

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