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

DESIGN/RC/KDS-41-20-2022/CMFT : Equivalent Moment Correction Factor(Cm)

入力 URI

/DESIGN/RC/KDS-41-20-2022/CMFT



メソッド

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": {
            "OPT_AUTO": {
              "type""boolean",
              "説明""Auto Calculate",
              "default"false
            },
            "CMY": {
              "type""number",
              "説明""CMy",
              "default"0
            },
            "CMZ": {
              "type""number",
              "説明""CMz",
              "default"0
            }
          }
        }
      }
    }
  }
}


リクエスト例

Example

{
  "Assign": {
    "1067": {
      "OPT_AUTO": true
    },
    "1068": {
      "OPT_AUTO": true
    },
    "1069": {
      "CMY": 0.7,
      "CMZ": 0.6
    },
    "1070": {
      "CMY": 0.72,
      "CMZ": 0.85
    },
    "1071": {
      "CMY": 0.8,
      "CMZ": 0.8
    }
  }
}


レスポンス例

Example

{
  "CMFT": {
    "1067": {
      "OPT_AUTO": true
    },
    "1068": {
      "OPT_AUTO": true
    },
    "1069": {
      "CMY": 0.7,
      "CMZ": 0.6
    },
    "1070": {
      "CMY": 0.72,
      "CMZ": 0.85
    },
    "1071": {
      "CMY": 0.8,
      "CMZ": 0.8
    }
  }
}


仕様

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

Auto Calculate

"OPT_AUTO"

boolean

false

Optional

2

CMy

"CMY"

number

0

Optional

3

CMz

"CMZ"

number

0

Optional



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