Skip to content

Commit 498e6b6

Browse files
committed
regen schemas
1 parent ae9c05c commit 498e6b6

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed

schemas/EMESimulation.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8152,6 +8152,12 @@
81528152
],
81538153
"type": "string"
81548154
},
8155+
"qtem_polarization_threshold": {
8156+
"default": 0.95,
8157+
"exclusiveMinimum": 0.0,
8158+
"maximum": 1.0,
8159+
"type": "number"
8160+
},
81558161
"sort_spec": {
81568162
"allOf": [
81578163
{
@@ -8174,6 +8180,12 @@
81748180
"exclusiveMinimum": 0,
81758181
"type": "number"
81768182
},
8183+
"tem_polarization_threshold": {
8184+
"default": 0.995,
8185+
"exclusiveMinimum": 0.0,
8186+
"maximum": 1.0,
8187+
"type": "number"
8188+
},
81778189
"track_freq": {
81788190
"enum": [
81798191
"central",

schemas/ModeSimulation.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7399,6 +7399,12 @@
73997399
],
74007400
"type": "string"
74017401
},
7402+
"qtem_polarization_threshold": {
7403+
"default": 0.95,
7404+
"exclusiveMinimum": 0.0,
7405+
"maximum": 1.0,
7406+
"type": "number"
7407+
},
74027408
"sort_spec": {
74037409
"allOf": [
74047410
{
@@ -7421,6 +7427,12 @@
74217427
"exclusiveMinimum": 0,
74227428
"type": "number"
74237429
},
7430+
"tem_polarization_threshold": {
7431+
"default": 0.995,
7432+
"exclusiveMinimum": 0.0,
7433+
"maximum": 1.0,
7434+
"type": "number"
7435+
},
74247436
"track_freq": {
74257437
"enum": [
74267438
"central",

schemas/Simulation.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11381,6 +11381,12 @@
1138111381
],
1138211382
"type": "string"
1138311383
},
11384+
"qtem_polarization_threshold": {
11385+
"default": 0.95,
11386+
"exclusiveMinimum": 0.0,
11387+
"maximum": 1.0,
11388+
"type": "number"
11389+
},
1138411390
"sort_spec": {
1138511391
"allOf": [
1138611392
{
@@ -11403,6 +11409,12 @@
1140311409
"exclusiveMinimum": 0,
1140411410
"type": "number"
1140511411
},
11412+
"tem_polarization_threshold": {
11413+
"default": 0.995,
11414+
"exclusiveMinimum": 0.0,
11415+
"maximum": 1.0,
11416+
"type": "number"
11417+
},
1140611418
"track_freq": {
1140711419
"enum": [
1140811420
"central",

schemas/TerminalComponentModeler.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11723,6 +11723,12 @@
1172311723
],
1172411724
"type": "string"
1172511725
},
11726+
"qtem_polarization_threshold": {
11727+
"default": 0.95,
11728+
"exclusiveMinimum": 0.0,
11729+
"maximum": 1.0,
11730+
"type": "number"
11731+
},
1172611732
"sort_spec": {
1172711733
"allOf": [
1172811734
{
@@ -11745,6 +11751,12 @@
1174511751
"exclusiveMinimum": 0,
1174611752
"type": "number"
1174711753
},
11754+
"tem_polarization_threshold": {
11755+
"default": 0.995,
11756+
"exclusiveMinimum": 0.0,
11757+
"maximum": 1.0,
11758+
"type": "number"
11759+
},
1174811760
"track_freq": {
1174911761
"enum": [
1175011762
"central",

0 commit comments

Comments
 (0)