주 콘텐츠로 건너뛰기
JSON Manual 생성 편집

DESIGN/PSC/AASHTO-LRFD24/PSC-ANAL : Perform Design

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"
            }
          }
        }
      }
    }
  }
}




Specifications

No. Description Key Value Type Default Required

General

1

PSC Perform Design

"TYPE"

string

"PSC_Perform_Design"

Required



0
컨텐츠가 도움이 되셨나요?