メインコンテンツへスキップ
JSON Manual 作成 編集

視点

入力 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"
                    }
                }
            }
        }
    }
}


視点

{
    "Argument": {
        "HORIZONTAL": 30,
        "VERTICAL": 15
    }
}


仕様

No. 説明 Key データ型 Default 必須

1

Angle of Horizontal View

"HORIZONTAL"

Number

0

オプション

2

Angle of Vertical View

"VERTICAL"

Number

0

オプション


0
コンテンツが役に立ちましたか?