
| Property Name | Type | Description |
|---|---|---|
| ID | string | A String value |
| Type | string | BarCodeType (common.json) |
"Barcode": {
"type": "object",
"additionalProperties": false,
"properties": {
"ID": {
"type": "string"
},
"Type": {
"$ref": "#/definitions/BarCodeType"
}
},
"required": []
}