Input URI
{base url} + db/CLDR |
---|
Active Methods
POST, GET, PUT |
---|
JSON Schema
Details
{
"CLDR": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"DIR": {
"description": "ConstraintLabelDirection",
"type": "integer"
}
}
}
}
"CLDR": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"DIR": {
"description": "ConstraintLabelDirection",
"type": "integer"
}
}
}
}
Examples
Define Constraints Label Direction
{
"Assign": {
"53": {
"DIR": 0
},
"55": {
"DIR": 1
},
"57": {
"DIR": 2
},
"59": {
"DIR": 3
},
"61": {
"DIR": 4
},
"63": {
"DIR": 5
}
}
}
"Assign": {
"53": {
"DIR": 0
},
"55": {
"DIR": 1
},
"57": {
"DIR": 2
},
"59": {
"DIR": 3
},
"61": {
"DIR": 4
},
"63": {
"DIR": 5
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Constraint Label Direction • Local x (+): 0 • Local x (-): 1 • Local y (+): 2 • Local y (-): 3 • Local z (+): 4 • Local z (-): 5 |
"DIR" |
Integer |
- |
Required |