randompoint_resp

randompoint_resp schema from CIP-service Indexing API

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
point object
View JSON Schema on GitHub

JSON Schema

cip-service-randompoint-resp-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-randompoint-resp-schema.json",
  "title": "randompoint_resp",
  "description": "randompoint_resp schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "point": {
      "$ref": "#/components/schemas/geojson_feature"
    }
  }
}