Input URI
|
{base url} + DESIGN/STEEL/KDS-41-30-2022/LTSR |
|---|
Active Methods
|
POST,GET,PUT,DELETE |
|---|
JSON Schema
Details
{
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object",
"description": "Object keyed by ID strings (e.g., \"1\"), where each entry represents an element.",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [
"COMP",
"TENS"
],
"additionalProperties": false,
"properties": {
"bNOTCHECK": {
"type": "boolean",
"description": "Do not check for Slenderness Ratio",
"default": false
},
"COMP": {
"type": "number",
"description": "Limiting Slenderness Ratio for Compression"
},
"TENS": {
"type": "number",
"description": "Limiting Slenderness Ratio for Tension"
}
}
}
}
}
}
}
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object",
"description": "Object keyed by ID strings (e.g., \"1\"), where each entry represents an element.",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [
"COMP",
"TENS"
],
"additionalProperties": false,
"properties": {
"bNOTCHECK": {
"type": "boolean",
"description": "Do not check for Slenderness Ratio",
"default": false
},
"COMP": {
"type": "number",
"description": "Limiting Slenderness Ratio for Compression"
},
"TENS": {
"type": "number",
"description": "Limiting Slenderness Ratio for Tension"
}
}
}
}
}
}
}
Request Examples
Example
{
"Assign": {
"1067": {
"COMP": 300,
"TENS": 200
},
"1068": {
"COMP": 300,
"TENS": 200
},
"1069": {
"COMP": 300,
"TENS": 200
},
"1070": {
"COMP": 300,
"TENS": 200
}
}
}
"Assign": {
"1067": {
"COMP": 300,
"TENS": 200
},
"1068": {
"COMP": 300,
"TENS": 200
},
"1069": {
"COMP": 300,
"TENS": 200
},
"1070": {
"COMP": 300,
"TENS": 200
}
}
}
Response Examples
Example
{
"LTSR": {
"1067": {
"COMP": 300,
"TENS": 200
},
"1068": {
"COMP": 300,
"TENS": 200
},
"1069": {
"COMP": 300,
"TENS": 200
},
"1070": {
"COMP": 300,
"TENS": 200
}
}
}
"LTSR": {
"1067": {
"COMP": 300,
"TENS": 200
},
"1068": {
"COMP": 300,
"TENS": 200
},
"1069": {
"COMP": 300,
"TENS": 200
},
"1070": {
"COMP": 300,
"TENS": 200
}
}
}
Specifications
Keyed Object Entry
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
Root Object |
||||||||
|
1 |
Object keyed by ID strings (e.g., "1"), where each entry represents an element. |
"Assign" |
object |
- |
Required |
|||
Item (Value Object Schema)
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
General |
||||||||
|
1 |
Do not check for Slenderness Ratio |
"bNOTCHECK" |
boolean |
|
Optional |
|||
|
2 |
Limiting Slenderness Ratio for Compression |
"COMP" |
number |
- |
Required |
|||
|
3 |
Limiting Slenderness Ratio for Tension |
"TENS" |
number |
- |
Required |
|||