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

DESIGN/RC/KDS-41-20-2022/KFAC : Effective Length Factor (K)

入力 URI

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



メソッド

POST,GET,PUT,DELETE



JSON スキーマ

Details

{
  "type""object",
  "必須": [
    "Assign"
  ],
  "additionalProperties"false,
  "properties": {
    "Assign": {
      "type""object",
      "説明""Object keyed by ID strings (e.g., \"1\"), where each entry represents an element",
      "additionalProperties"false,
      "minProperties"1,
      "patternProperties": {
        "^[0-9]+$": {
          "type""object",
          "必須": [],
          "additionalProperties"false,
          "properties": {
            "Ky": {
              "type""number",
              "説明""Ky",
              "default"1
            },
            "Kz": {
              "type""number",
              "説明""Kz",
              "default"1
            },
            "Kt": {
              "type""number",
              "説明""Kt",
              "default"1
            }
          }
        }
      }
    }
  }
}


リクエスト例

Example

{
  "Assign": {
    "859": {
      "Ky": 1
    },
    "860": {
      "Ky": 2,
      "Kz": 2
    },
    "902": {
      "Kz": 3,
      "Kt": 3
    }
  }
}


レスポンス例

Example

{
  "KFAC": {
    "859": {
      "Ky": 1
    },
    "860": {
      "Ky": 2,
      "Kz": 2
    },
    "902": {
      "Kz": 3,
      "Kt": 3
    }
  }
}


仕様

Keyed Object Entry

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

Root Object

1

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

"Assign"

object

-

必須


Item (Value Object Schema)

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

General

1

Ky

"Ky"

number

1

Optional

2

Kz

"Kz"

number

1

Optional

3

Kt

"Kt"

number

1

Optional



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