icarPlantChainType
Description
Identifies a processing chain in the plant.
Properties
Name | Description | Required | Type |
---|---|---|---|
Plant | Identifies the plant using an Organization object. | Yes | icarOrganizationType |
ChainId | A within-plant identifier for the processing chain. This might be a name or numeric code. | Yes | string |
ChainProcess | Whether the part of the processing chain involved is before (Ante) or after (Post) mortem. | No | icarChainProcessType |
Examples
Example 1
{
"plant": {
"establishmentIdentifiers": [
{
"id": "id",
"scheme": "scheme"
}
],
"address": {
"addressCountry": "addressCountry",
"addressLocality": "addressLocality",
"addressRegion": "addressRegion",
"postOfficeBoxNumber": "postOfficeBoxNumber",
"postalCode": "postalCode",
"streetAddress": "streetAddress"
},
"parentOrganization": {
"name": "name",
"leiCode": "leiCode",
"globalLocationNumber": "globalLocationNumber",
"uri": "uri"
},
"membershipIdentifiers": [
{
"id": "id",
"scheme": "scheme"
}
],
"name": "name",
"leiCode": "leiCode",
"globalLocationNumber": "globalLocationNumber",
"uri": "uri"
},
"chainId": "chainId",
"chainProcess": "AnteMortem"
}