Skip to main content
JSON Manual Created Edited

DESIGN/STEEL/KDS-41-30-2022/SUEQ : Scale up Factor for Earthquake

Input URI

{base url} + DESIGN/STEEL/KDS-41-30-2022/SUEQ



Active Methods

POST,GET,PUT,DELETE



JSON Schema

Details

{
  "type""object",
  "required": [
    "Assign"
  ],
  "additionalProperties"false,
  "properties": {
    "Assign": {
      "type""object",
      "description""Object keyed by ID strings (e.g., \"1\"), where each entry represents an element.",
      "additionalProperties"false,
      "minProperties"1,
      "patternProperties": {
        "^[0-9]+$": {
          "type""object",
          "required": [],
          "additionalProperties"false,
          "properties": {
            "LC_AXIAL": {
              "type""number",
              "description""Load Case - Axial Scale Factor",
              "default"1
            },
            "LC_MOMENT": {
              "type""number",
              "description""Load Case - Moment Scale Factor",
              "default"1
            },
            "LC_SHEAR": {
              "type""number",
              "description""Load Case - Shear Scale Factor",
              "default"1
            },
            "LCOM_AXIAL": {
              "type""number",
              "description""Load Combination - Axial Scale Factor",
              "default"1
            },
            "LCOM_MOMENT": {
              "type""number",
              "description""Load Combination - Moment Scale Factor",
              "default"1
            },
            "LCOM_SHEAR": {
              "type""number",
              "description""Load Combination - Shear Scale Factor",
              "default"1
            }
          }
        }
      }
    }
  }
}


Request Examples

Example

{
  "Assign": {
    "915": {
      "LC_AXIAL": 1.2,
      "LC_MOMENT": 1.2,
      "LC_SHEAR": 1.2,
      "LCOM_AXIAL": 1.2,
      "LCOM_MOMENT": 1.2,
      "LCOM_SHEAR": 1.2
    },
    "934": {
      "LC_SHEAR": 1.2,
      "LCOM_AXIAL": 1.2,
      "LCOM_MOMENT": 1.2,
      "LCOM_SHEAR": 1.2
    },
    "1057": {
      "LC_AXIAL": 1.2,
      "LC_MOMENT": 1.2,
      "LCOM_MOMENT": 1.2,
      "LCOM_SHEAR": 1.2
    },
    "1058": {
      "LC_AXIAL": 1.2,
      "LC_MOMENT": 1.2,
      "LC_SHEAR": 1.2,
      "LCOM_AXIAL": 1.2
    },
    "1059": {
      "LC_AXIAL": 1.2,
      "LC_MOMENT": 1.2,
      "LCOM_MOMENT": 1.2,
      "LCOM_SHEAR": 1.2
    }
  }
}


Response Examples

Example

{
  "SUEQ": {
    "915": {
      "LC_AXIAL": 1.2,
      "LC_MOMENT": 1.2,
      "LC_SHEAR": 1.2,
      "LCOM_AXIAL": 1.2,
      "LCOM_MOMENT": 1.2,
      "LCOM_SHEAR": 1.2
    },
    "934": {
      "LC_SHEAR": 1.2,
      "LCOM_AXIAL": 1.2,
      "LCOM_MOMENT": 1.2,
      "LCOM_SHEAR": 1.2
    },
    "1057": {
      "LC_AXIAL": 1.2,
      "LC_MOMENT": 1.2,
      "LCOM_MOMENT": 1.2,
      "LCOM_SHEAR": 1.2
    },
    "1058": {
      "LC_AXIAL": 1.2,
      "LC_MOMENT": 1.2,
      "LC_SHEAR": 1.2,
      "LCOM_AXIAL": 1.2
    },
    "1059": {
      "LC_AXIAL": 1.2,
      "LC_MOMENT": 1.2,
      "LCOM_MOMENT": 1.2,
      "LCOM_SHEAR": 1.2
    }
  }
}


Specifications

Keyed Object Entry

No. Description Key Value Type Default Required

Root Object

1

Object keyed by ID strings (e.g., "1"), where each entry represents an element.

"Assign"

object

-

Required



Item (Value Object Schema)

No. Description Key Value Type Default Required

General

1

Load Case - Axial Scale Factor

"LC_AXIAL"

number

1

Optional

2

Load Case - Moment Scale Factor

"LC_MOMENT"

number

1

Optional

3

Load Case - Shear Scale Factor

"LC_SHEAR"

number

1

Optional

4

Load Combination - Axial Scale Factor

"LCOM_AXIAL"

number

1

Optional

5

Load Combination - Moment Scale Factor

"LCOM_MOMENT"

number

1

Optional

6

Load Combination - Shear Scale Factor

"LCOM_SHEAR"

number

1

Optional



0
Was this article helpful?