Skip to content

Commit

Permalink
Update polygonalMesh.schema.tpl.json
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrikeS91 authored Dec 3, 2024
1 parent afcd0c1 commit 4d30145
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schemas/dataTypes/polygonalMesh.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@
},
"vertexCount": {
"type": "integer",
"minimum": 3,
"_instruction": "Enter the number of vertices of this polygonal mesh."
},
"faceCount": {
"type": "integer",
"minimum": 1,
"_instruction": "Enter the number of faces of this polygonal mesh."
},
"faceDimension": {
Expand Down

0 comments on commit 4d30145

Please sign in to comment.