Input URI
{base url} + ope/EDMP |
---|
Active Methods
POST |
---|
JSON Schema
Details
"EDMP": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"NODE_ELEMS": {
"type": "object",
"properties": {
"KEYS": {
"type": "array",
"items": {
"type": "integer"
}
}
}
},
"TYPE": {
"description": "TYPE",
"type": "string",
"enum": [
"NSM",
"VSR"
]
},
"AUTO": {
"description": "Auto Calculate",
"type": "boolean"
},
"CODE": {
"description": "CODE",
"type": "string",
"enum": [
"Korean Standard",
"CEB-FIP(1990)",
"Japanese Standard",
"Chinese Standard"
]
},
"PARAMETER": {
"description": "Parameter Value(a)",
"type": "Number"
},
"H_VS": {
"description": "Change Property Value h(v/s)",
"type": "Number"
}
}
}
}
}
}
Examples
Notional Size of Member
"Argument": {
"NODE_ELEMS": {
"KEYS": [
1,
2,
3
]
},
"TYPE": "NSM",
"AUTO": true,
"CODE": "Korean Standard",
"PARAMETER": 0.5
}
}
Volume Surface Ratio
"Argument": {
"NODE_ELEMS": {
"KEYS": [
1,
2,
3
]
},
"TYPE": "VSR",
"AUTO": false,
"H_VS": 1.0
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Node / Element No.Input |
"NODE_ELEMS" |
Object |
- |
Required |
|
(1) |
• "KEYS": [101, 102, 103] |
"KEYS" |
Array |
- |
Required |
|
2 |
Change Property Method • Notional Size of Member: "NSM" • Volume Surface Ratio: "VSR" |
"TYPE" |
String |
"NSM" |
Optional |
|
3 |
Auto Calculate • Volume Surface Ratio can only be false |
"AUTO" |
Boolean |
false |
Optional |
|
Auto Calculate: true(Only for Notional Size of Member) |
||||||
4 |
Code • Korean Standard: "Korean Standard" • CEB-FIP(1990): "CEB-FIP(1990)" • Japanese Standard: "Japanese Standard" • Chinese Standard: "Chinese Standard" |
"CODE" |
String |
"Korean Standard" |
Optional |
|
5 |
Parameter Value(a) |
"PARAMETER" |
Number |
- |
Required |
|
Auto Calculate: false |
||||||
4 |
Change Property Value • Notional Size of Member: h • Volume Surface Ratio: v/s |
"H_VS" |
Number |
- |
Required |