AgStack Foundation · Schema

ContactPersonField

AgricultureLinux FoundationOpen SourceGeospatialPrecision AgricultureLinked Data

Properties

Name Type Description
firstname string
lastname string
View JSON Schema on GitHub

JSON Schema

agstack-openagri-farm-calendar-contactpersonfield-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://agstack.org/schemas/ContactPersonField.json",
  "title": "ContactPersonField",
  "type": "object",
  "properties": {
    "firstname": {
      "type": "string"
    },
    "lastname": {
      "type": "string"
    }
  },
  "required": [
    "firstname",
    "lastname"
  ]
}