AgStack Foundation · Schema

PointOut

AgricultureLinux FoundationOpen SourceGeospatialPrecision AgricultureLinked Data

Properties

Name Type Description
location object
View JSON Schema on GitHub

JSON Schema

agstack-openagri-weather-service-pointout-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://agstack.org/schemas/PointOut.json",
  "title": "PointOut",
  "properties": {
    "location": {
      "$ref": "#/components/schemas/GeoJSONOut"
    }
  },
  "type": "object",
  "required": [
    "location"
  ]
}