icarOrganizationIdentityType
Description
The identity of an organization in livestock supply chains. Based on a minimal set of identifiers from schema.org/organization.
Properties
Name | Description | Required | Type |
---|---|---|---|
Name | Name of the organisation | Yes | string |
LeiCode | An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. | No | string |
GlobalLocationNumber | The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations. | No | string |
Uri | A uniform resource identifier that is the unique reference or for this organisation, such as its web site. | No | uri |
Examples
Example 1
{
"name": "name",
"leiCode": "leiCode",
"globalLocationNumber": "globalLocationNumber",
"uri": "uri"
}