Skip to main content
JSON Manual Created Edited

DESIGN/STEEL/KDS-41-30-2022/FMAG : Moment Magnifier(B1/Delta_b, B2/Delta_s)

Input URI

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



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": {
            "B1Y_DELTA_BY": {
              "type""number",
              "description""B1y - Delta by (First Order Moment Y)",
              "default"1
            },
            "B1Z_DELTA_BZ": {
              "type""number",
              "description""B1z - Delta bz (First Order Moment Z)",
              "default"1
            },
            "B2Y_DELTA_SY": {
              "type""number",
              "description""B2y - Delta sy (Second Order Moment Y)",
              "default"1
            },
            "B2Z_DELTA_SZ": {
              "type""number",
              "description""B2z - Delta sz (Second Order Moment Z)",
              "default"1
            }
          }
        }
      }
    }
  }
}


Request Examples

Example

{
  "Assign": {
    "915": {
      "B1Y_DELTA_BY": 1.1,
      "B1Z_DELTA_BZ": 1.2
    },
    "1058": {
      "B2Y_DELTA_SY": 1.3,
      "B2Z_DELTA_SZ": 1.4
    },
    "1059": {
      "B1Z_DELTA_BZ": 1.2,
      "B2Y_DELTA_SY": 1.3
    }
  }
}


Response Examples

Example

{
  "FMAG": {
    "915": {
      "B1Y_DELTA_BY": 1.1,
      "B1Z_DELTA_BZ": 1.2,
      "B2Y_DELTA_SY": 1,
      "B2Z_DELTA_SZ": 1
    },
    "1058": {
      "B1Y_DELTA_BY": 1,
      "B1Z_DELTA_BZ": 1,
      "B2Y_DELTA_SY": 1.3,
      "B2Z_DELTA_SZ": 1.4
    },
    "1059": {
      "B1Y_DELTA_BY": 1,
      "B1Z_DELTA_BZ": 1.2,
      "B2Y_DELTA_SY": 1.3,
      "B2Z_DELTA_SZ": 1
    }
  }
}


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

B1y - Delta by (First Order Moment Y)

"B1Y_DELTA_BY"

number

1

Optional

2

B1z - Delta bz (First Order Moment Z)

"B1Z_DELTA_BZ"

number

1

Optional

3

B2y - Delta sy (Second Order Moment Y)

"B2Y_DELTA_SY"

number

1

Optional

4

B2z - Delta sz (Second Order Moment Z)

"B2Z_DELTA_SZ"

number

1

Optional



0
Was this article helpful?