入力 URI
{base url} + db/LTSR |
|---|
メソッド
POST, GET, PUT, DELETE |
|---|
JSON スキーマ
Details
{
"$schema": "http://json-schema.org/draft-07/schema#",
"Argument": {
"type": "object",
"properties": {
"bNOTCHECK": {
"description": "Donotcheck",
"type": "boolean"
},
"COMP": {
"description": "Compression",
"type": "number"
},
"TENS": {
"description": "Tension",
"type": "number"
}
}
}
}
"$schema": "http://json-schema.org/draft-07/schema#",
"Argument": {
"type": "object",
"properties": {
"bNOTCHECK": {
"description": "Donotcheck",
"type": "boolean"
},
"COMP": {
"description": "Compression",
"type": "number"
},
"TENS": {
"description": "Tension",
"type": "number"
}
}
}
}
例
Import to Json
{
"LTSR": {
"602": {
"bNOTCHECK": false,
"COMP": 150,
"TENS": 400
},
"651": {
"bNOTCHECK": false,
"COMP": 200,
"TENS": 300
},
"734": {
"bNOTCHECK": false,
"COMP": 200,
"TENS": 300
}
}
}
"LTSR": {
"602": {
"bNOTCHECK": false,
"COMP": 150,
"TENS": 400
},
"651": {
"bNOTCHECK": false,
"COMP": 200,
"TENS": 300
},
"734": {
"bNOTCHECK": false,
"COMP": 200,
"TENS": 300
}
}
}
仕様
NO. | 説明 | Key | データ型 | Default | 必須 |
|---|---|---|---|---|---|
1 | Do not check for Slenderness Ratio | "bNOTCHECK" | Boolean | false | Optional |
2 | Limiting Slenderness Ratio for Compression | "COMP" | Number | - | Required |
3 | Limiting Slenderness Ratio for Tension | "TENS" | Number | - | Required |