JSON Schema Definition 'Weight'

Diagram

JSON Schema Diagram of /definitions/Weight

Value

Object

Properties

Property Name Type Description
WeightValue number A Number value
WeightUOMCode string A String value where length <= 5
WeightUOMDesc string A String value where length <= 15
Additional Properties Type Description
Any Property any
Any type of value (boolean, integer, number, string, object, array or null).

Source

"Weight": {
    "type": "object",
    "additionalProperties": {},
    "properties": {
        "WeightValue": {
            "type": "number"
        },
        "WeightUOMCode": {
            "type": "string",
            "maxLength": 5
        },
        "WeightUOMDesc": {
            "type": "string",
            "maxLength": 15
        }
    }
}
https://standards.namm.org/schema/2020.1/common.json (125:10)

References

Documentation for Purchase Order
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.14.9682