File tree Expand file tree Collapse file tree 9 files changed +391
-17
lines changed Expand file tree Collapse file tree 9 files changed +391
-17
lines changed Original file line number Diff line number Diff line change 4831
4831
],
4832
4832
"type" : " string"
4833
4833
},
4834
+ "sort_spec" : {
4835
+ "allOf" : [
4836
+ {
4837
+ "$ref" : " #/definitions/ModeSortSpec"
4838
+ }
4839
+ ]
4840
+ },
4834
4841
"target_neff" : {
4835
4842
"exclusiveMinimum" : 0 ,
4836
4843
"type" : " number"
7491
7498
0
7492
7499
],
7493
7500
"precision" : " double" ,
7501
+ "sort_spec" : null ,
7494
7502
"target_neff" : null ,
7495
7503
"track_freq" : " central" ,
7496
7504
"type" : " ModeSpec"
7691
7699
0
7692
7700
],
7693
7701
"precision" : " double" ,
7702
+ "sort_spec" : null ,
7694
7703
"target_neff" : null ,
7695
7704
"track_freq" : " central" ,
7696
7705
"type" : " ModeSpec"
7769
7778
],
7770
7779
"type" : " object"
7771
7780
},
7781
+ "ModeSortSpec" : {
7782
+ "additionalProperties" : false ,
7783
+ "properties" : {
7784
+ "attrs" : {
7785
+ "default" : {},
7786
+ "type" : " object"
7787
+ },
7788
+ "direction" : {
7789
+ "default" : " descending" ,
7790
+ "enum" : [
7791
+ " ascending" ,
7792
+ " descending"
7793
+ ],
7794
+ "type" : " string"
7795
+ },
7796
+ "key" : {
7797
+ "default" : " n_eff" ,
7798
+ "enum" : [
7799
+ " TE_fraction" ,
7800
+ " k_eff" ,
7801
+ " mode_area" ,
7802
+ " n_eff" ,
7803
+ " wg_TE_fraction" ,
7804
+ " wg_TM_fraction"
7805
+ ],
7806
+ "type" : " string"
7807
+ },
7808
+ "reference_value" : {
7809
+ "type" : " number"
7810
+ },
7811
+ "type" : {
7812
+ "default" : " ModeSortSpec" ,
7813
+ "enum" : [
7814
+ " ModeSortSpec"
7815
+ ],
7816
+ "type" : " string"
7817
+ }
7818
+ },
7819
+ "type" : " object"
7820
+ },
7772
7821
"ModeSpec" : {
7773
7822
"additionalProperties" : false ,
7774
7823
"properties" : {
7850
7899
],
7851
7900
"type" : " string"
7852
7901
},
7902
+ "sort_spec" : {
7903
+ "allOf" : [
7904
+ {
7905
+ "$ref" : " #/definitions/ModeSortSpec"
7906
+ }
7907
+ ]
7908
+ },
7853
7909
"target_neff" : {
7854
7910
"exclusiveMinimum" : 0 ,
7855
7911
"type" : " number"
Original file line number Diff line number Diff line change 6722
6722
0
6723
6723
],
6724
6724
"precision" : " double" ,
6725
+ "sort_spec" : null ,
6725
6726
"target_neff" : null ,
6726
6727
"track_freq" : " central" ,
6727
6728
"type" : " ModeSpec"
6892
6893
0
6893
6894
],
6894
6895
"precision" : " double" ,
6896
+ "sort_spec" : null ,
6895
6897
"target_neff" : null ,
6896
6898
"track_freq" : " central" ,
6897
6899
"type" : " ModeSpec"
7142
7144
0
7143
7145
],
7144
7146
"precision" : " double" ,
7147
+ "sort_spec" : null ,
7145
7148
"target_neff" : null ,
7146
7149
"track_freq" : " central" ,
7147
7150
"type" : " ModeSpec"
7220
7223
],
7221
7224
"type" : " object"
7222
7225
},
7226
+ "ModeSortSpec" : {
7227
+ "additionalProperties" : false ,
7228
+ "properties" : {
7229
+ "attrs" : {
7230
+ "default" : {},
7231
+ "type" : " object"
7232
+ },
7233
+ "direction" : {
7234
+ "default" : " descending" ,
7235
+ "enum" : [
7236
+ " ascending" ,
7237
+ " descending"
7238
+ ],
7239
+ "type" : " string"
7240
+ },
7241
+ "key" : {
7242
+ "default" : " n_eff" ,
7243
+ "enum" : [
7244
+ " TE_fraction" ,
7245
+ " k_eff" ,
7246
+ " mode_area" ,
7247
+ " n_eff" ,
7248
+ " wg_TE_fraction" ,
7249
+ " wg_TM_fraction"
7250
+ ],
7251
+ "type" : " string"
7252
+ },
7253
+ "reference_value" : {
7254
+ "type" : " number"
7255
+ },
7256
+ "type" : {
7257
+ "default" : " ModeSortSpec" ,
7258
+ "enum" : [
7259
+ " ModeSortSpec"
7260
+ ],
7261
+ "type" : " string"
7262
+ }
7263
+ },
7264
+ "type" : " object"
7265
+ },
7223
7266
"ModeSource" : {
7224
7267
"additionalProperties" : false ,
7225
7268
"properties" : {
7316
7359
0
7317
7360
],
7318
7361
"precision" : " double" ,
7362
+ "sort_spec" : null ,
7319
7363
"target_neff" : null ,
7320
7364
"track_freq" : " central" ,
7321
7365
"type" : " ModeSpec"
7494
7538
],
7495
7539
"type" : " string"
7496
7540
},
7541
+ "sort_spec" : {
7542
+ "allOf" : [
7543
+ {
7544
+ "$ref" : " #/definitions/ModeSortSpec"
7545
+ }
7546
+ ]
7547
+ },
7497
7548
"target_neff" : {
7498
7549
"exclusiveMinimum" : 0 ,
7499
7550
"type" : " number"
Original file line number Diff line number Diff line change 10206
10206
0
10207
10207
],
10208
10208
"precision" : " double" ,
10209
+ "sort_spec" : null ,
10209
10210
"target_neff" : null ,
10210
10211
"track_freq" : " central" ,
10211
10212
"type" : " ModeSpec"
10376
10377
0
10377
10378
],
10378
10379
"precision" : " double" ,
10380
+ "sort_spec" : null ,
10379
10381
"target_neff" : null ,
10380
10382
"track_freq" : " central" ,
10381
10383
"type" : " ModeSpec"
10626
10628
0
10627
10629
],
10628
10630
"precision" : " double" ,
10631
+ "sort_spec" : null ,
10629
10632
"target_neff" : null ,
10630
10633
"track_freq" : " central" ,
10631
10634
"type" : " ModeSpec"
10704
10707
],
10705
10708
"type" : " object"
10706
10709
},
10710
+ "ModeSortSpec" : {
10711
+ "additionalProperties" : false ,
10712
+ "properties" : {
10713
+ "attrs" : {
10714
+ "default" : {},
10715
+ "type" : " object"
10716
+ },
10717
+ "direction" : {
10718
+ "default" : " descending" ,
10719
+ "enum" : [
10720
+ " ascending" ,
10721
+ " descending"
10722
+ ],
10723
+ "type" : " string"
10724
+ },
10725
+ "key" : {
10726
+ "default" : " n_eff" ,
10727
+ "enum" : [
10728
+ " TE_fraction" ,
10729
+ " k_eff" ,
10730
+ " mode_area" ,
10731
+ " n_eff" ,
10732
+ " wg_TE_fraction" ,
10733
+ " wg_TM_fraction"
10734
+ ],
10735
+ "type" : " string"
10736
+ },
10737
+ "reference_value" : {
10738
+ "type" : " number"
10739
+ },
10740
+ "type" : {
10741
+ "default" : " ModeSortSpec" ,
10742
+ "enum" : [
10743
+ " ModeSortSpec"
10744
+ ],
10745
+ "type" : " string"
10746
+ }
10747
+ },
10748
+ "type" : " object"
10749
+ },
10707
10750
"ModeSource" : {
10708
10751
"additionalProperties" : false ,
10709
10752
"properties" : {
10800
10843
0
10801
10844
],
10802
10845
"precision" : " double" ,
10846
+ "sort_spec" : null ,
10803
10847
"target_neff" : null ,
10804
10848
"track_freq" : " central" ,
10805
10849
"type" : " ModeSpec"
10978
11022
],
10979
11023
"type" : " string"
10980
11024
},
11025
+ "sort_spec" : {
11026
+ "allOf" : [
11027
+ {
11028
+ "$ref" : " #/definitions/ModeSortSpec"
11029
+ }
11030
+ ]
11031
+ },
10981
11032
"target_neff" : {
10982
11033
"exclusiveMinimum" : 0 ,
10983
11034
"type" : " number"
Original file line number Diff line number Diff line change 10689
10689
0
10690
10690
],
10691
10691
"precision" : " double" ,
10692
+ "sort_spec" : null ,
10692
10693
"target_neff" : null ,
10693
10694
"track_freq" : " central" ,
10694
10695
"type" : " ModeSpec"
10859
10860
0
10860
10861
],
10861
10862
"precision" : " double" ,
10863
+ "sort_spec" : null ,
10862
10864
"target_neff" : null ,
10863
10865
"track_freq" : " central" ,
10864
10866
"type" : " ModeSpec"
11109
11111
0
11110
11112
],
11111
11113
"precision" : " double" ,
11114
+ "sort_spec" : null ,
11112
11115
"target_neff" : null ,
11113
11116
"track_freq" : " central" ,
11114
11117
"type" : " ModeSpec"
11187
11190
],
11188
11191
"type" : " object"
11189
11192
},
11193
+ "ModeSortSpec" : {
11194
+ "additionalProperties" : false ,
11195
+ "properties" : {
11196
+ "attrs" : {
11197
+ "default" : {},
11198
+ "type" : " object"
11199
+ },
11200
+ "direction" : {
11201
+ "default" : " descending" ,
11202
+ "enum" : [
11203
+ " ascending" ,
11204
+ " descending"
11205
+ ],
11206
+ "type" : " string"
11207
+ },
11208
+ "key" : {
11209
+ "default" : " n_eff" ,
11210
+ "enum" : [
11211
+ " TE_fraction" ,
11212
+ " k_eff" ,
11213
+ " mode_area" ,
11214
+ " n_eff" ,
11215
+ " wg_TE_fraction" ,
11216
+ " wg_TM_fraction"
11217
+ ],
11218
+ "type" : " string"
11219
+ },
11220
+ "reference_value" : {
11221
+ "type" : " number"
11222
+ },
11223
+ "type" : {
11224
+ "default" : " ModeSortSpec" ,
11225
+ "enum" : [
11226
+ " ModeSortSpec"
11227
+ ],
11228
+ "type" : " string"
11229
+ }
11230
+ },
11231
+ "type" : " object"
11232
+ },
11190
11233
"ModeSource" : {
11191
11234
"additionalProperties" : false ,
11192
11235
"properties" : {
11283
11326
0
11284
11327
],
11285
11328
"precision" : " double" ,
11329
+ "sort_spec" : null ,
11286
11330
"target_neff" : null ,
11287
11331
"track_freq" : " central" ,
11288
11332
"type" : " ModeSpec"
11461
11505
],
11462
11506
"type" : " string"
11463
11507
},
11508
+ "sort_spec" : {
11509
+ "allOf" : [
11510
+ {
11511
+ "$ref" : " #/definitions/ModeSortSpec"
11512
+ }
11513
+ ]
11514
+ },
11464
11515
"target_neff" : {
11465
11516
"exclusiveMinimum" : 0 ,
11466
11517
"type" : " number"
16754
16805
0
16755
16806
],
16756
16807
"precision" : " double" ,
16808
+ "sort_spec" : null ,
16757
16809
"target_neff" : null ,
16758
16810
"track_freq" : " central" ,
16759
16811
"type" : " ModeSpec"
You can’t perform that action at this time.
0 commit comments