AgStack Foundation · JSON Structure

Agstack Openagri Farm Calendar Patchedfarmanimal Structure

Type: object Properties: 0
AgricultureLinux FoundationOpen SourceGeospatialPrecision AgricultureLinked Data

Agstack Openagri Farm Calendar Patchedfarmanimal 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/PatchedFarmAnimal.json",
  "title": "PatchedFarmAnimal",
  "type": "object",
  "fields": [
    {
      "name": "id",
      "type": "string"
    },
    {
      "name": "nationalID",
      "type": "string"
    },
    {
      "name": "name",
      "type": "string"
    },
    {
      "name": "description",
      "type": "string"
    },
    {
      "name": "hasAgriParcel",
      "type": "string"
    },
    {
      "name": "sex",
      "type": "string"
    },
    {
      "name": "isCastrated",
      "type": "boolean"
    },
    {
      "name": "species",
      "type": "string"
    },
    {
      "name": "breed",
      "type": "string"
    },
    {
      "name": "birthdate",
      "type": "datetime"
    },
    {
      "name": "isMemberOfAnimalGroup",
      "type": "string"
    },
    {
      "name": "status",
      "type": "string"
    },
    {
      "name": "invalidatedAtTime",
      "type": "datetime"
    },
    {
      "name": "dateCreated",
      "type": "datetime"
    },
    {
      "name": "dateModified",
      "type": "datetime"
    }
  ]
}