AgStack Foundation · JSON Structure

Agstack Openagri Farm Calendar Patchedfertilizer Structure

Type: object Properties: 0
AgricultureLinux FoundationOpen SourceGeospatialPrecision AgricultureLinked Data

Agstack Openagri Farm Calendar Patchedfertilizer Structure is a JSON Structure definition published by AgStack Foundation. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://agstack.org/structures/PatchedFertilizer.json",
  "title": "PatchedFertilizer",
  "type": "object",
  "fields": [
    {
      "name": "id",
      "type": "string"
    },
    {
      "name": "hasCommercialName",
      "type": "string"
    },
    {
      "name": "description",
      "type": "string"
    },
    {
      "name": "hasCost",
      "type": "string"
    },
    {
      "name": "isPricePer",
      "type": "string"
    },
    {
      "name": "hasActiveSubstance",
      "type": "string"
    },
    {
      "name": "isTargetedTowards",
      "type": "string"
    },
    {
      "name": "hasNutrientConcentration",
      "type": "string"
    },
    {
      "name": "status",
      "type": "string"
    },
    {
      "name": "dateCreated",
      "type": "datetime"
    },
    {
      "name": "dateModified",
      "type": "datetime"
    },
    {
      "name": "invalidatedAtTime",
      "type": "datetime"
    }
  ]
}