AgStack Foundation · Schema

AddRawMaterialCompostQuantity

AgricultureLinux FoundationOpen SourceGeospatialPrecision AgricultureLinked Data

Properties

Name Type Description
id string
typeName string
quantityValue object
View JSON Schema on GitHub

JSON Schema

agstack-openagri-farm-calendar-addrawmaterialcompostquantity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://agstack.org/schemas/AddRawMaterialCompostQuantity.json",
  "title": "AddRawMaterialCompostQuantity",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "readOnly": true
    },
    "typeName": {
      "type": "string"
    },
    "quantityValue": {
      "$ref": "#/components/schemas/AppliedAmmountField"
    }
  },
  "required": [
    "id",
    "quantityValue",
    "typeName"
  ]
}