AgStack Foundation · Schema

GenericQuantityValueField

AgricultureLinux FoundationOpen SourceGeospatialPrecision AgricultureLinked Data

Properties

Name Type Description
unit string
hasValue string
View JSON Schema on GitHub

JSON Schema

agstack-openagri-farm-calendar-genericquantityvaluefield-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://agstack.org/schemas/GenericQuantityValueField.json",
  "title": "GenericQuantityValueField",
  "type": "object",
  "properties": {
    "unit": {
      "type": "string",
      "nullable": true
    },
    "hasValue": {
      "type": "string"
    }
  },
  "required": [
    "hasValue"
  ]
}