Input URI
{base url} + db/LLANtr |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"LLANTR": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"LL_NAME": {
"description": "NAME",
"type": "string"
},
"LANE_ITEMS": {
"description": "LaneData(TR)",
"type": "array",
"items": {
"type": "object",
"properties": {
"ELEM": {
"description": "Element",
"type": "integer"
},
"FACTOR": {
"description": "Factor",
"type": "number"
}
}
}
},
"SPECIAL_LANE_ITEMS": {
"description": "Usedonlywhenimporting",
"type": "array",
"items": {
"type": "object",
"properties": {
"ELEMS": {
"description": "KeyElements",
"type": "array",
"items": {
"type": "integer"
}
},
"FACTOR": {
"description": "Factor",
"type": "number"
}
}
}
}
}
}
}
"LLANTR": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"LL_NAME": {
"description": "NAME",
"type": "string"
},
"LANE_ITEMS": {
"description": "LaneData(TR)",
"type": "array",
"items": {
"type": "object",
"properties": {
"ELEM": {
"description": "Element",
"type": "integer"
},
"FACTOR": {
"description": "Factor",
"type": "number"
}
}
}
},
"SPECIAL_LANE_ITEMS": {
"description": "Usedonlywhenimporting",
"type": "array",
"items": {
"type": "object",
"properties": {
"ELEMS": {
"description": "KeyElements",
"type": "array",
"items": {
"type": "integer"
}
},
"FACTOR": {
"description": "Factor",
"type": "number"
}
}
}
}
}
}
}
Examples
Traffic Line Lane
{
"Assign": {
"1": {
"LL_NAME": "LL_01",
"LANE_ITEMS": [
{
"ELEM": 1,
"FACTOR": 1.1
},
{
"ELEM": 2,
"FACTOR": 1.1
},
{
"ELEM": 3,
"FACTOR": 1.1
}
]
},
"2": {
"LL_NAME": "LL_02",
"LANE_ITEMS": [
{
"ELEM": 163,
"FACTOR": 1.2
},
{
"ELEM": 164,
"FACTOR": 1.2
},
{
"ELEM": 165,
"FACTOR": 1.2
}
]
}
}
}
"Assign": {
"1": {
"LL_NAME": "LL_01",
"LANE_ITEMS": [
{
"ELEM": 1,
"FACTOR": 1.1
},
{
"ELEM": 2,
"FACTOR": 1.1
},
{
"ELEM": 3,
"FACTOR": 1.1
}
]
},
"2": {
"LL_NAME": "LL_02",
"LANE_ITEMS": [
{
"ELEM": 163,
"FACTOR": 1.2
},
{
"ELEM": 164,
"FACTOR": 1.2
},
{
"ELEM": 165,
"FACTOR": 1.2
}
]
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Name of Line Lane |
"LL_NAME" |
String |
- |
Required |
|
2 |
Lane Items • Insert the data as an object |
"LANE_ITEMS" |
Array |
- |
Required |
|
(1) |
Element ID |
"ELEM" |
Integer |
- |
Required |
|
(2) |
Factor |
"FACTOR" |
Number |
- |
Required |