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).
|
"Weight": { "type": "object", "additionalProperties": {}, "properties": { "WeightValue": { "type": "number" }, "WeightUOMCode": { "type": "string", "maxLength": 5 }, "WeightUOMDesc": { "type": "string", "maxLength": 15 } } }