Input URI
|
{base url} + DESIGN/PSC/AASHTO-LRFD24/PSC-ANAL |
|---|
Active Methods
|
POST |
|---|
JSON Schema
Details
{
"type": "object",
"required": [
"Argument"
],
"additionalProperties": false,
"properties": {
"Argument": {
"type": "object",
"description": "Keyed object (dictionary). Each property name is an ID string (e.g., \"1\").",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"title": "PSC Perform Design",
"type": "object",
"required": [
"TYPE"
],
"additionalProperties": false,
"properties": {
"TYPE": {
"type": "string",
"description": "PSC Perform Design",
"default": "PSC_Perform_Design"
}
}
}
}
}
}
}
"type": "object",
"required": [
"Argument"
],
"additionalProperties": false,
"properties": {
"Argument": {
"type": "object",
"description": "Keyed object (dictionary). Each property name is an ID string (e.g., \"1\").",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"title": "PSC Perform Design",
"type": "object",
"required": [
"TYPE"
],
"additionalProperties": false,
"properties": {
"TYPE": {
"type": "string",
"description": "PSC Perform Design",
"default": "PSC_Perform_Design"
}
}
}
}
}
}
}
Specifications
| No. | Description | Key | Value Type | Default | Required | |
|---|---|---|---|---|---|---|
|
General |
||||||
|
1 |
PSC Perform Design |
"TYPE" |
string |
"PSC_Perform_Design" |
Required |
|