Skip to content

Commit ab972ac

Browse files
update schema
1 parent 5dddc65 commit ab972ac

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

schemas/EMESimulation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5850,6 +5850,10 @@
58505850
"minimum": 0,
58515851
"type": "integer"
58525852
},
5853+
"interior_disjoint_geometries": {
5854+
"default": true,
5855+
"type": "boolean"
5856+
},
58535857
"min_steps_along_axis": {
58545858
"exclusiveMinimum": 0,
58555859
"type": "number"

schemas/ModeSimulation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5081,6 +5081,10 @@
50815081
"minimum": 0,
50825082
"type": "integer"
50835083
},
5084+
"interior_disjoint_geometries": {
5085+
"default": true,
5086+
"type": "boolean"
5087+
},
50845088
"min_steps_along_axis": {
50855089
"exclusiveMinimum": 0,
50865090
"type": "number"

schemas/Simulation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8565,6 +8565,10 @@
85658565
"minimum": 0,
85668566
"type": "integer"
85678567
},
8568+
"interior_disjoint_geometries": {
8569+
"default": true,
8570+
"type": "boolean"
8571+
},
85688572
"min_steps_along_axis": {
85698573
"exclusiveMinimum": 0,
85708574
"type": "number"

schemas/TerminalComponentModeler.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8873,6 +8873,10 @@
88738873
"minimum": 0,
88748874
"type": "integer"
88758875
},
8876+
"interior_disjoint_geometries": {
8877+
"default": true,
8878+
"type": "boolean"
8879+
},
88768880
"min_steps_along_axis": {
88778881
"exclusiveMinimum": 0,
88788882
"type": "number"

0 commit comments

Comments
 (0)