メインコンテンツへスキップ
JSON Manual 作成 編集

DESIGN/RC/KDS-41-20-2022/LENG : Unbraced Length (L, Lb)

入力 URI

{base url} + DESIGN/RC/KDS-41-20-2022/LENG



メソッド

POST,GET,PUT,DELETE



JSON スキーマ

Details

{
  "type""object",
  "必須": [
    "Assign"
  ],
  "additionalProperties"false,
  "properties": {
    "Assign": {
      "type""object",
      "説明""Keyed object (dictionary). Each property name is an ID string (e.g., \"1\").",
      "additionalProperties"false,
      "minProperties"1,
      "patternProperties": {
        "^[0-9]+$": {
          "type""object",
          "必須": [],
          "additionalProperties"false,
          "properties": {
            "LY": {
              "type""number",
              "説明""Unbraced Length Ly",
              "default"0
            },
            "LZ": {
              "type""number",
              "説明""Unbraced Length Lz",
              "default"0
            },
            "LB": {
              "type""number",
              "説明""Laterally Unbraced Length",
              "default"0
            },
            "bNOTUSE": {
              "type""boolean",
              "説明""Do not consider of laterally unbraced length",
              "default"false
            },
            "LT": {
              "type""number",
              "説明""Torsional Unbraced Length",
              "default"0
            }
          }
        }
      }
    }
  }
}


リクエスト例

Example

{
  "Assign": {
    "888": {
      "LY": 1,
      "LZ": 1,
      "LB": 1,
      "bNOTUSE": true,
      "LT": 1
    },
    "891": {
      "LY": 1,
      "LZ": 1,
      "LB": 2
    }
  }
}


レスポンス例

Example

{
  "LENG": {
    "888": {
      "LY": 1,
      "LZ": 1,
      "LB": 1,
      "bNOTUSE": true,
      "LT": 1
    },
    "891": {
      "LY": 1,
      "LZ": 1,
      "LB": 2
    }
  }
}


仕様

Keyed Object Entry

No. 説明 Key データ型 Default 必須

Root Object

1

Keyed object (dictionary). Each property name is an ID string (e.g., "1").

"Assign"

object

-

必須


Item (Value Object Schema)

No. 説明 Key データ型 Default 必須

General

1

Unbraced Length Ly

"LY"

number

0

Optional

2

Unbraced Length Lz

"LZ"

number

0

Optional

3

Laterally Unbraced Length

"LB"

number

0

Optional

4

Do not consider of laterally unbraced length

"bNOTUSE"

boolean

false

Optional

5

Torsional Unbraced Length

"LT"

number

0

Optional



0
コンテンツが役に立ちましたか?