Input URI
|
{base url} + DESIGN/PSC/AASHTO-LRFD24/SLCT |
|---|
Active Methods
|
POST,GET,PUT,DELETE |
|---|
JSON Schema
Details
{
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object",
"description": "Keyed object (dictionary). Each property name is an ID string (e.g., \"1\").",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [
"LC_NAME",
"SL_TYPE"
],
"additionalProperties": false,
"properties": {
"LC_NAME": {
"type": "string",
"description": "Serviceability Load Combination Name"
},
"SL_TYPE": {
"type": "integer",
"description": "Serviceability Load Type",
"enum": [
0,
1,
2
],
"default": 0
}
}
}
}
}
}
}
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object",
"description": "Keyed object (dictionary). Each property name is an ID string (e.g., \"1\").",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [
"LC_NAME",
"SL_TYPE"
],
"additionalProperties": false,
"properties": {
"LC_NAME": {
"type": "string",
"description": "Serviceability Load Combination Name"
},
"SL_TYPE": {
"type": "integer",
"description": "Serviceability Load Type",
"enum": [
0,
1,
2
],
"default": 0
}
}
}
}
}
}
}
Specifications
Keyed Object Entry
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
Root Object |
||||||||
|
1 |
Keyed object (dictionary). Each property name is an ID string (e.g., "1"). |
"Assign" |
object |
- |
Required |
|||
Item (Value Object Schema)
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
General |
||||||||
|
1 |
Serviceability Load Combination Name |
"LC_NAME" |
string |
- |
Required |
|||
|
2 |
Serviceability Load Type • Service Limit(SL): "0" • Strength Limit1: "1" • Strength Limit3: "2" |
"SL_TYPE" |
integer |
|
Required |
|||