JSON Schema Definition 'Barcode'

Diagram

Drilldown into /definitions/BarCodeTypeJSON Schema Diagram of /definitions/Barcode

Value

Object

Properties

Property Name Type Description
ID string A String value
Type string BarCodeType (common.json)

Source

"Barcode": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "ID": {
            "type": "string"
        },
        "Type": {
            "$ref": "#/definitions/BarCodeType"
        }
    },
    "required": []
}
https://standards.namm.org/schema/2020.1/common.json (420:10)
Documentation for Purchase Order
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.14.9682