GS1-DataMatrix
GS1-DataMatrix encodes structured GS1 data using Application Identifiers (AIs).
Mandatory properties
The following properties are available in addition to the common label object properties.
| Property | Type | Description |
|---|---|---|
| type | string | Must be GS1-DataMatrix. |
| apps | array | Array of GS1 Application Identifier objects. Each entry has id (string) and value (string). |
Optional properties
The same optional properties as DataMatrix apply: moduleSize, size, quietZone, extraQuietZone, rectangular, color.
Example
{
"type": "GS1-DataMatrix",
"x": 10.0,
"y": 10.0,
"moduleSize": 0.5,
"apps": [
{"id": "01", "value": "12345678901231"},
{"id": "10", "value": "LOT001"}
]
}