org.farmapps.temp.ecrop.defs

krikke.pods.farmpod.eu

Documentation

codeType object

Generic class to represent the code list and code that is used

Properties

code string record-key Required

A valid record key for AT Protocol repositories.

listId string nsid Required

Identifier of the standard code list that contains the allowed codes.

View raw schema
{
  "type": "object",
  "required": [
    "listId",
    "code"
  ],
  "properties": {
    "code": {
      "type": "string",
      "format": "record-key"
    },
    "listId": {
      "type": "string",
      "format": "nsid",
      "description": "Identifier of the standard code list that contains the allowed codes."
    }
  },
  "description": "Generic class to represent the code list and code that is used"
}

Lexicon Garden

@