Skip to main content

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.

PropertyTypeDescription
typestringMust be GS1-DataMatrix.
appsarrayArray 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"}
]
}