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).
|
"Volume": { "type": "object", "additionalProperties": {}, "properties": { "VolumeValue": { "type": "number" }, "VolumeUOMCode": { "type": "string", "maxLength": 5 }, "VolumeUOMDesc": { "type": "string", "maxLength": 15 } } }