入力 URI
|
{base url} + view/ANGLE |
|---|
メソッド
|
POST |
|---|
JSON スキーマ
詳細
{
"ANGLE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"HORIZONTAL": {
"type": "number"
},
"VERTICAL": {
"type": "number"
}
}
}
}
}
}
"ANGLE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"HORIZONTAL": {
"type": "number"
},
"VERTICAL": {
"type": "number"
}
}
}
}
}
}
例
視点
{
"Argument": {
"HORIZONTAL": 30,
"VERTICAL": 15
}
}
"Argument": {
"HORIZONTAL": 30,
"VERTICAL": 15
}
}
仕様
| No. | 説明 | Key | データ型 | Default | 必須 |
|---|---|---|---|---|---|
|
1 |
Angle of Horizontal View |
"HORIZONTAL" |
Number |
0 |
オプション |
|
2 |
Angle of Vertical View |
"VERTICAL" |
Number |
0 |
オプション |