入力 URI
{base url} + db/NODE |
---|
メソッド
POST, GET, PUT, DELETE |
---|
JSON スキーマ
詳細
{
"NODE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"X": {
"description": "GLOBALX-POSITION",
"type": "number"
},
"Y": {
"description": "GLOBALY-POSITION",
"type": "number"
},
"Z": {
"description": "GLOBALZ-POSITION",
"type": "number"
}
}
}
}
"NODE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"X": {
"description": "GLOBALX-POSITION",
"type": "number"
},
"Y": {
"description": "GLOBALY-POSITION",
"type": "number"
},
"Z": {
"description": "GLOBALZ-POSITION",
"type": "number"
}
}
}
}
例
節点
{
"Assign": {
"1": {
"X": -1,
"Y": -1,
"Z": -1
},
"2": {
"X": -2,
"Y": -2,
"Z": -2
},
"3": {
"X": -3,
"Y": -3,
"Z": -3
}
}
}
"Assign": {
"1": {
"X": -1,
"Y": -1,
"Z": -1
},
"2": {
"X": -2,
"Y": -2,
"Z": -2
},
"3": {
"X": -3,
"Y": -3,
"Z": -3
}
}
}
仕様
No. | 説明 | Key | データ型 | Default | 必須 |
---|---|---|---|---|---|
1 |
座標 - x |
"X" |
Number |
0 |
オプション |
2 |
座標 - y |
"Y" |
Number |
0 |
オプション |
3 |
座標 - z |
"Z" |
Number |
0 |
オプション |