AgStack Foundation · Schema

GeoJSONOut

AgricultureLinux FoundationOpen SourceGeospatialPrecision AgricultureLinked Data

Properties

Name Type Description
type object
coordinates array
View JSON Schema on GitHub

JSON Schema

agstack-openagri-weather-service-geojsonout-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://agstack.org/schemas/GeoJSONOut.json",
  "title": "GeoJSONOut",
  "properties": {
    "type": {
      "$ref": "#/components/schemas/GeoJSONTypeEnum"
    },
    "coordinates": {
      "items": {},
      "type": "array",
      "title": "Coordinates"
    }
  },
  "type": "object",
  "required": [
    "type",
    "coordinates"
  ]
}