Input URI
|
{base url} + DESIGN/PSC/AASHTO-LRFD24/MEMB-VBEAM |
|---|
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": [
"AELEM"
],
"additionalProperties": false,
"properties": {
"AELEM": {
"type": "array",
"description": "Element Lists",
"items": {
"type": "integer"
}
},
"ELEM_MEMBER": {
"type": "boolean",
"description": "Allow Single Element Member",
"default": false
},
"JOINT_TYPE": {
"type": "integer",
"description": "Joint Type",
"enum": [
0,
1
],
"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": [
"AELEM"
],
"additionalProperties": false,
"properties": {
"AELEM": {
"type": "array",
"description": "Element Lists",
"items": {
"type": "integer"
}
},
"ELEM_MEMBER": {
"type": "boolean",
"description": "Allow Single Element Member",
"default": false
},
"JOINT_TYPE": {
"type": "integer",
"description": "Joint Type",
"enum": [
0,
1
],
"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 |
Element List |
"AELEM" |
Array [integer] |
- |
Required |
|||
|
2 |
Element Type • Element: "0" • Virtual Beam: "1" |
"ELEM_TYPE" |
integer |
|
Required |
|||
|
3 |
Allow Single Element Member |
"ELEM_MEMBER" |
boolean |
|
Optional |
|||
|
4 |
Joint Type • Resin: "0" • Cement: "1" |
"JOINT_TYPE" |
integer |
|
Required |
|||