Skip to content

Commit dbfc4e4

Browse files
cleanup unused schemas
1 parent 6838274 commit dbfc4e4

8 files changed

Lines changed: 0 additions & 183 deletions

File tree

opengeodeweb_viewer_schemas.json

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -440,81 +440,6 @@
440440
],
441441
"additionalProperties": false
442442
},
443-
"vertex_scalar_range": {
444-
"$id": "opengeodeweb_viewer.mesh.points.vertex_scalar_range",
445-
"rpc": "vertex_scalar_range",
446-
"type": "object",
447-
"properties": {
448-
"id": {
449-
"type": "string",
450-
"minLength": 1
451-
},
452-
"minimum": {
453-
"type": "number"
454-
},
455-
"maximum": {
456-
"type": "number"
457-
}
458-
},
459-
"required": [
460-
"id",
461-
"minimum",
462-
"maximum"
463-
],
464-
"additionalProperties": false
465-
},
466-
"vertex_color_map": {
467-
"$id": "opengeodeweb_viewer.mesh.points.color_map",
468-
"rpc": "color_map",
469-
"type": "object",
470-
"properties": {
471-
"id": {
472-
"type": "string",
473-
"minLength": 1
474-
},
475-
"points": {
476-
"type": "array",
477-
"description": "Flat array of [value, r, g, b, ...]",
478-
"items": {
479-
"type": "number"
480-
},
481-
"minItems": 8
482-
},
483-
"minimum": {
484-
"type": "number"
485-
},
486-
"maximum": {
487-
"type": "number"
488-
}
489-
},
490-
"required": [
491-
"id",
492-
"points",
493-
"minimum",
494-
"maximum"
495-
],
496-
"additionalProperties": false
497-
},
498-
"vertex_attribute": {
499-
"$id": "opengeodeweb_viewer.mesh.points.vertex_attribute",
500-
"rpc": "vertex_attribute",
501-
"type": "object",
502-
"properties": {
503-
"id": {
504-
"type": "string",
505-
"minLength": 1
506-
},
507-
"name": {
508-
"type": "string",
509-
"minLength": 1
510-
}
511-
},
512-
"required": [
513-
"id",
514-
"name"
515-
],
516-
"additionalProperties": false
517-
},
518443
"size": {
519444
"$id": "opengeodeweb_viewer.mesh.points.size",
520445
"rpc": "size",
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
from .visibility import *
2-
from .vertex_scalar_range import *
3-
from .vertex_color_map import *
4-
from .vertex_attribute import *
52
from .size import *
63
from .color import *

src/opengeodeweb_viewer/rpc/mesh/points/schemas/vertex_attribute.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/opengeodeweb_viewer/rpc/mesh/points/schemas/vertex_attribute.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/opengeodeweb_viewer/rpc/mesh/points/schemas/vertex_color_map.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/opengeodeweb_viewer/rpc/mesh/points/schemas/vertex_color_map.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/opengeodeweb_viewer/rpc/mesh/points/schemas/vertex_scalar_range.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/opengeodeweb_viewer/rpc/mesh/points/schemas/vertex_scalar_range.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)