JSON Schema Property 'ItemId'

Diagram

Drilldown into /properties/Orders/items[0]/properties/Containers/items[0]/properties/Item/items[0]/properties/ItemId/properties/BarCodeType Drilldown into /properties/Orders/items[0]/properties/Containers/items[0]/properties/Item/items[0]/properties/ItemId/properties/BarCodeTypeJSON Schema Diagram of /properties/Orders/items[0]/properties/Containers/items[0]/properties/Item/items[0]/properties/ItemId

Value

Object

Properties

Property Name Type Description
BarCodeId string A String value where length <= 14
BarCodeType string BarCodeType (asn.json)
BuyerItemId string A String value where length <= 25
BuyerItemDesc string A String value where length <= 50
SupplierItemId string A String value where length <= 25
SupplierItemDesc string A String value where length <= 50
Additional Properties Type Description
Any Property any
Any type of value (boolean, integer, number, string, object, array or null).

Source

"ItemId": {
    "type": "object",
    "additionalProperties": {},
    "properties": {
        "BarCodeId": {
            "type": "string",
            "maxLength": 14
        },
        "BarCodeType": {
            "type": "string",
            "enum": [
                "GTIN-12",
                "GTIN-13",
                "GTIN-14",
                "PartNumber"
            ]
        },
        "BuyerItemId": {
            "type": "string",
            "maxLength": 25
        },
        "BuyerItemDesc": {
            "type": "string",
            "maxLength": 50
        },
        "SupplierItemId": {
            "type": "string",
            "maxLength": 25
        },
        "SupplierItemDesc": {
            "type": "string",
            "maxLength": 50
        }
    },
    "required": [
        "BarCodeId",
        "BarCodeType",
        "BuyerItemId",
        "SupplierItemId"
    ]
}
https://standards.namm.org/schema/2020.1/asn.json (185:56)
Documentation for ASN
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.14.9682