Skip to content

Commit e2d9d9d

Browse files
committed
Add index property to viewpoint
1 parent 11d0500 commit e2d9d9d

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,7 @@ JSON encoded body using the "application/json" content type.
11511151
|parameter|type|description|required|
11521152
|---------|----|-----------|--------|
11531153
| x, y, z | number | numbers defining either a point or a vector | optional |
1154+
| index | number | parameter for sorting | optional |
11541155
| orthogonal camera | object | orthogonal camera view | optional |
11551156
| camera_view_point | object | viewpoint of the camera | optional |
11561157
| camera_directiont | object | direction of the camera | optional |

Schemas_draft-03/Collaboration/Viewpoint/viewpoint_GET.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"title": "viewpoint_GET",
33
"type": "object",
44
"properties": {
5+
"index": {
6+
"type": [
7+
"number",
8+
"null"
9+
]
10+
},
511
"guid": {
612
"required": true,
713
"type": "string"

Schemas_draft-03/Collaboration/Viewpoint/viewpoint_POST.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"title": "viewpoint_POST",
33
"type": "object",
44
"properties": {
5+
"index": {
6+
"type": [
7+
"number",
8+
"null"
9+
]
10+
},
511
"orthogonal_camera": {
612
"type": ["object",
713
"null"],

Schemas_draft-03/Collaboration/Viewpoint/viewpoint_PUT.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"title": "viewpoint_PUT",
33
"type": "object",
44
"properties": {
5+
"index": {
6+
"type": [
7+
"number",
8+
"null"
9+
]
10+
},
511
"orthogonal_camera": {
612
"type": ["object",
713
"null"],

0 commit comments

Comments
 (0)