JSON Schema Definition 'Dimension'

Diagram

JSON Schema Diagram of /definitions/Dimension

Value

Object

Properties

Property Name Type Description
Direction string A String value
DimValue number A Number value
DimUnit string A String value
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"Dimension": {
    "type": "object",
    "properties": {
        "Direction": {
            "type": "string",
            "enume": [
                "Length",
                "Width",
                "Height"
            ]
        },
        "DimValue": {
            "type": "number"
        },
        "DimUnit": {
            "type": "string"
        }
    },
    "required": []
}
C:\Users\usr53200\Downloads\e-coc.json (484:10)
Documentation for eCoC
Generated using Liquid Studio 2020 - Data Designer Edition 18.0.5.9988