入力 URI
{base url} + db/EXLD |
---|
メソッド
POST, GET, PUT, DELETE |
---|
JSON スキーマ
詳細
{
"EXLD": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"LCNAME_ITEM": {
"description": "LoadCaseName",
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
"EXLD": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"LCNAME_ITEM": {
"description": "LoadCaseName",
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
例
外部タイプの荷重ケース
{
"Assign": {
"1": {
"LCNAME_ITEM": [
"PrS1",
"PrS2"
]
}
}
}
"Assign": {
"1": {
"LCNAME_ITEM": [
"PrS1",
"PrS2"
]
}
}
}
仕様
No. | 説明 | Key | データ型 | Default | 必須 |
---|---|---|---|---|---|
1 |
Load Case Name • Only load cases with pre-tension load |
"LCNAME_ITEM" |
Array |
- |
必須 |