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

Assign Inelastic Hinges - Truss

Input URI

{base url} + db/IEHG-TRUSS-M1



 

Active Methods

POST, GET, PUT, DELETE



 

JSON Schema

Details

{
  "type": "object",
  "additionalProperties": false,
  "required": [
    "Assign"
  ],
  "properties": {
    "Assign": {
      "type": "object",
      "description": "Map keyed by target object key string for Time history - Assign Pushover Hinge Properties request items.",
      "minProperties": 1,
      "additionalProperties": {
        "type": "object",
        "unevaluatedProperties": false,
        "allOf": [
          {
            "type": "object",
            "additionalProperties": false,
            "required": [
              "INEL_PROP_NAME"
            ],
            "properties": {
              "INEL_PROP_NAME": {
                "type": "string",
                "description": "Inelastic Hinge Property (Property name looked up in IEHP.)"
              }
            }
          }
        ]
      }
    }
  }
}



 

Examples

Assign Inelastic Hinges - Truss

{
  "Assign": {
    "1": {
      "INEL_PROP_NAME": "Inelastic Hinge Property"
    }
  }
}



 

Specifications

No. Description Key Value Type Default Required

1

Inelastic Hinge Property

"INEL_PROP_NAME"

string

-

Required

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