JSON Schema Definition 'Volume'

Diagram

JSON Schema Diagram of /definitions/Volume

Value

Object

Properties

Property Name Type Description
VolumeValue number A Number value
VolumeUOMCode string A String value where length <= 5
VolumeUOMDesc 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

"Volume": {
    "type": "object",
    "additionalProperties": {},
    "properties": {
        "VolumeValue": {
            "type": "number"
        },
        "VolumeUOMCode": {
            "type": "string",
            "maxLength": 5
        },
        "VolumeUOMDesc": {
            "type": "string",
            "maxLength": 15
        }
    }
}
https://standards.namm.org/schema/2020.1/common.json (108:10)

References

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