AgStack Foundation · Schema

THIDataOut

AgricultureLinux FoundationOpen SourceGeospatialPrecision AgricultureLinked Data

Properties

Name Type Description
id string
spatial_entity object
thi number
View JSON Schema on GitHub

JSON Schema

agstack-openagri-weather-service-thidataout-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://agstack.org/schemas/THIDataOut.json",
  "title": "THIDataOut",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "title": "Id"
    },
    "spatial_entity": {
      "$ref": "#/components/schemas/PointOut"
    },
    "thi": {
      "type": "number",
      "title": "Thi"
    }
  },
  "type": "object",
  "required": [
    "id",
    "spatial_entity",
    "thi"
  ]
}