|
1 | 1 | { |
2 | 2 | "opengeodeweb_viewer": { |
3 | 3 | "apply_textures": { |
4 | | - "rpc": "/toggle_object_visibility", |
| 4 | + "rpc": "toggle_object_visibility", |
5 | 5 | "type": "object", |
6 | 6 | "properties": { |
7 | 7 | "id": { |
|
19 | 19 | "additionalProperties": false |
20 | 20 | }, |
21 | 21 | "create_object_pipeline": { |
22 | | - "rpc": "/create_object_pipeline", |
| 22 | + "rpc": "create_object_pipeline", |
23 | 23 | "type": "object", |
24 | 24 | "properties": { |
25 | 25 | "id": { |
|
33 | 33 | "additionalProperties": false |
34 | 34 | }, |
35 | 35 | "create_visualization": { |
36 | | - "rpc": "/create_visualization", |
| 36 | + "rpc": "create_visualization", |
37 | 37 | "type": "object", |
38 | 38 | "properties": {}, |
39 | 39 | "required": [], |
40 | 40 | "additionalProperties": false |
41 | 41 | }, |
42 | 42 | "delete_object_pipeline": { |
43 | | - "rpc": "/delete_object_pipeline", |
| 43 | + "rpc": "delete_object_pipeline", |
44 | 44 | "type": "object", |
45 | 45 | "properties": { |
46 | 46 | "id": { |
|
51 | 51 | "additionalProperties": false |
52 | 52 | }, |
53 | 53 | "get_point_position": { |
54 | | - "rpc": "/get_point_position", |
| 54 | + "rpc": "get_point_position", |
55 | 55 | "type": "object", |
56 | 56 | "properties": { |
57 | 57 | "x": { |
|
65 | 65 | "additionalProperties": false |
66 | 66 | }, |
67 | 67 | "point_size": { |
68 | | - "rpc": "/point_size", |
| 68 | + "rpc": "point_size", |
69 | 69 | "type": "object", |
70 | 70 | "properties": { |
71 | 71 | "id": { |
|
79 | 79 | "additionalProperties": false |
80 | 80 | }, |
81 | 81 | "reset_camera": { |
82 | | - "rpc": "/reset_camera", |
| 82 | + "rpc": "reset_camera", |
83 | 83 | "type": "object", |
84 | 84 | "properties": {}, |
85 | 85 | "required": [], |
86 | 86 | "additionalProperties": false |
87 | 87 | }, |
88 | 88 | "reset": { |
89 | | - "rpc": "/reset", |
| 89 | + "rpc": "reset", |
90 | 90 | "type": "object", |
91 | 91 | "properties": {}, |
92 | 92 | "required": [], |
93 | 93 | "additionalProperties": false |
94 | 94 | }, |
95 | 95 | "set_color": { |
96 | | - "rpc": "/set_color", |
| 96 | + "rpc": "set_color", |
97 | 97 | "type": "object", |
98 | 98 | "properties": { |
99 | 99 | "id": { |
|
119 | 119 | "additionalProperties": false |
120 | 120 | }, |
121 | 121 | "set_vertex_attribute": { |
122 | | - "rpc": "/set_vertex_attribute", |
| 122 | + "rpc": "set_vertex_attribute", |
123 | 123 | "type": "object", |
124 | 124 | "properties": { |
125 | 125 | "id": { |
|
133 | 133 | "additionalProperties": false |
134 | 134 | }, |
135 | 135 | "toggle_edge_visibility": { |
136 | | - "rpc": "/toggle_edge_visibility", |
| 136 | + "rpc": "toggle_edge_visibility", |
137 | 137 | "type": "object", |
138 | 138 | "properties": { |
139 | 139 | "id": { |
|
147 | 147 | "additionalProperties": false |
148 | 148 | }, |
149 | 149 | "toggle_object_visibility": { |
150 | | - "rpc": "/toggle_object_visibility", |
| 150 | + "rpc": "toggle_object_visibility", |
151 | 151 | "type": "object", |
152 | 152 | "properties": { |
153 | 153 | "id": { |
|
0 commit comments