入力 URI
{base url} + post/PM |
|---|
メソッド
POST |
|---|
JSON スキーマ
Details
{
"PM": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"argument": {
"type": "object",
"properties": {}
}
}
}
}
"PM": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"argument": {
"type": "object",
"properties": {}
}
}
}
}
例
P-M Interaction Diagram
{
"Argument": {}
}
"Argument": {}
}
仕様
| No. | 説明 | Key | データ型 | Default | 必須 |
|---|---|---|---|---|---|
|
1 |
Empty object |
- |
- |
- |
- |