honeybee-openstudio 2.17.4 → 2.19.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/honeybee.rb CHANGED
@@ -84,10 +84,11 @@ require 'honeybee/schedule/type_limit'
84
84
  require 'honeybee/schedule/fixed_interval'
85
85
  require 'honeybee/schedule/ruleset'
86
86
 
87
- # import the ventilation objects
87
+ # import the ventilation and internal mass objects
88
88
  require 'honeybee/ventcool/control'
89
89
  require 'honeybee/ventcool/opening'
90
90
  require 'honeybee/ventcool/simulation'
91
+ require 'honeybee/internalmass'
91
92
 
92
93
  # import the simulation objects
93
94
  require 'honeybee/simulation/design_day'
@@ -3,7 +3,7 @@
3
3
  "servers": [],
4
4
  "info": {
5
5
  "description": "Honeybee model schema.",
6
- "version": "1.43.1",
6
+ "version": "1.43.6",
7
7
  "title": "Honeybee Model Schema",
8
8
  "contact": {
9
9
  "name": "Ladybug Tools",
@@ -389,6 +389,11 @@
389
389
  "x-displayName": "InfiltrationAbridged",
390
390
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/InfiltrationAbridged\" />\n"
391
391
  },
392
+ {
393
+ "name": "internalmassabridged_model",
394
+ "x-displayName": "InternalMassAbridged",
395
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/InternalMassAbridged\" />\n"
396
+ },
392
397
  {
393
398
  "name": "light_model",
394
399
  "x-displayName": "Light",
@@ -962,6 +967,7 @@
962
967
  "idealairsystemabridged_model",
963
968
  "infiltration_model",
964
969
  "infiltrationabridged_model",
970
+ "internalmassabridged_model",
965
971
  "light_model",
966
972
  "lighting_model",
967
973
  "lightingabridged_model",
@@ -1345,6 +1351,8 @@
1345
1351
  "identifier": {
1346
1352
  "title": "Identifier",
1347
1353
  "description": "Text string for a unique Radiance object. Must not contain spaces or special characters. This will be used to identify the object across a model and in the exported Radiance files.",
1354
+ "minLength": 1,
1355
+ "pattern": "^[.A-Za-z0-9_-]+$",
1348
1356
  "type": "string"
1349
1357
  },
1350
1358
  "geometry": {
@@ -1485,7 +1493,7 @@
1485
1493
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, rad). This identifier is also used to reference the object across a Model. It must be < 100 characters and not contain any spaces or special characters.",
1486
1494
  "maxLength": 100,
1487
1495
  "minLength": 1,
1488
- "pattern": "[A-Za-z0-9_-]",
1496
+ "pattern": "^[.A-Za-z0-9_-]+$",
1489
1497
  "type": "string"
1490
1498
  },
1491
1499
  "geometry": {
@@ -1758,7 +1766,7 @@
1758
1766
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, rad). This identifier is also used to reference the object across a Model. It must be < 100 characters and not contain any spaces or special characters.",
1759
1767
  "maxLength": 100,
1760
1768
  "minLength": 1,
1761
- "pattern": "[A-Za-z0-9_-]",
1769
+ "pattern": "^[.A-Za-z0-9_-]+$",
1762
1770
  "type": "string"
1763
1771
  },
1764
1772
  "geometry": {
@@ -1936,7 +1944,7 @@
1936
1944
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, rad). This identifier is also used to reference the object across a Model. It must be < 100 characters and not contain any spaces or special characters.",
1937
1945
  "maxLength": 100,
1938
1946
  "minLength": 1,
1939
- "pattern": "[A-Za-z0-9_-]",
1947
+ "pattern": "^[.A-Za-z0-9_-]+$",
1940
1948
  "type": "string"
1941
1949
  },
1942
1950
  "geometry": {
@@ -2135,7 +2143,7 @@
2135
2143
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, rad). This identifier is also used to reference the object across a Model. It must be < 100 characters and not contain any spaces or special characters.",
2136
2144
  "maxLength": 100,
2137
2145
  "minLength": 1,
2138
- "pattern": "[A-Za-z0-9_-]",
2146
+ "pattern": "^[.A-Za-z0-9_-]+$",
2139
2147
  "type": "string"
2140
2148
  },
2141
2149
  "geometry": {
@@ -2245,6 +2253,7 @@
2245
2253
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
2246
2254
  "maxLength": 100,
2247
2255
  "minLength": 1,
2256
+ "pattern": "^[^,;!\\n\\t]+$",
2248
2257
  "type": "string"
2249
2258
  },
2250
2259
  "people_per_area": {
@@ -2261,13 +2270,6 @@
2261
2270
  "minLength": 1,
2262
2271
  "type": "string"
2263
2272
  },
2264
- "activity_schedule": {
2265
- "title": "Activity Schedule",
2266
- "description": "Identifier of a schedule for the activity of the occupants over the course of the year. The type of this schedule should be Power and the values of the schedule equal to the number of Watts given off by an individual person in the room.",
2267
- "maxLength": 100,
2268
- "minLength": 1,
2269
- "type": "string"
2270
- },
2271
2273
  "display_name": {
2272
2274
  "title": "Display Name",
2273
2275
  "description": "Display name of the object with no character restrictions.",
@@ -2280,6 +2282,13 @@
2280
2282
  "type": "string",
2281
2283
  "readOnly": true
2282
2284
  },
2285
+ "activity_schedule": {
2286
+ "title": "Activity Schedule",
2287
+ "description": "Identifier of a schedule for the activity of the occupants over the course of the year. The type of this schedule should be ActivityLevel and the values of the schedule equal to the number of Watts given off by an individual person in the room. If None, a default constant schedule with 120 Watts per person will be used, which is typical of awake, adult humans who are seated.",
2288
+ "maxLength": 100,
2289
+ "minLength": 1,
2290
+ "type": "string"
2291
+ },
2283
2292
  "radiant_fraction": {
2284
2293
  "title": "Radiant Fraction",
2285
2294
  "description": "The radiant fraction of sensible heat released by people. (Default: 0.3).",
@@ -2311,8 +2320,7 @@
2311
2320
  "required": [
2312
2321
  "identifier",
2313
2322
  "people_per_area",
2314
- "occupancy_schedule",
2315
- "activity_schedule"
2323
+ "occupancy_schedule"
2316
2324
  ],
2317
2325
  "additionalProperties": false
2318
2326
  },
@@ -2326,6 +2334,7 @@
2326
2334
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
2327
2335
  "maxLength": 100,
2328
2336
  "minLength": 1,
2337
+ "pattern": "^[^,;!\\n\\t]+$",
2329
2338
  "type": "string"
2330
2339
  },
2331
2340
  "watts_per_area": {
@@ -2407,6 +2416,7 @@
2407
2416
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
2408
2417
  "maxLength": 100,
2409
2418
  "minLength": 1,
2419
+ "pattern": "^[^,;!\\n\\t]+$",
2410
2420
  "type": "string"
2411
2421
  },
2412
2422
  "watts_per_area": {
@@ -2480,6 +2490,7 @@
2480
2490
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
2481
2491
  "maxLength": 100,
2482
2492
  "minLength": 1,
2493
+ "pattern": "^[^,;!\\n\\t]+$",
2483
2494
  "type": "string"
2484
2495
  },
2485
2496
  "watts_per_area": {
@@ -2553,6 +2564,7 @@
2553
2564
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
2554
2565
  "maxLength": 100,
2555
2566
  "minLength": 1,
2567
+ "pattern": "^[^,;!\\n\\t]+$",
2556
2568
  "type": "string"
2557
2569
  },
2558
2570
  "flow_per_area": {
@@ -2625,6 +2637,7 @@
2625
2637
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
2626
2638
  "maxLength": 100,
2627
2639
  "minLength": 1,
2640
+ "pattern": "^[^,;!\\n\\t]+$",
2628
2641
  "type": "string"
2629
2642
  },
2630
2643
  "flow_per_exterior_area": {
@@ -2692,6 +2705,7 @@
2692
2705
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
2693
2706
  "maxLength": 100,
2694
2707
  "minLength": 1,
2708
+ "pattern": "^[^,;!\\n\\t]+$",
2695
2709
  "type": "string"
2696
2710
  },
2697
2711
  "display_name": {
@@ -2761,6 +2775,7 @@
2761
2775
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
2762
2776
  "maxLength": 100,
2763
2777
  "minLength": 1,
2778
+ "pattern": "^[^,;!\\n\\t]+$",
2764
2779
  "type": "string"
2765
2780
  },
2766
2781
  "cooling_schedule": {
@@ -2948,6 +2963,53 @@
2948
2963
  },
2949
2964
  "additionalProperties": false
2950
2965
  },
2966
+ "InternalMassAbridged": {
2967
+ "title": "InternalMassAbridged",
2968
+ "description": "Base class for all objects requiring a valid EnergyPlus identifier.",
2969
+ "type": "object",
2970
+ "properties": {
2971
+ "identifier": {
2972
+ "title": "Identifier",
2973
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
2974
+ "maxLength": 100,
2975
+ "minLength": 1,
2976
+ "pattern": "^[^,;!\\n\\t]+$",
2977
+ "type": "string"
2978
+ },
2979
+ "construction": {
2980
+ "title": "Construction",
2981
+ "description": "Identifier for an OpaqueConstruction that represents the material that the internal thermal mass is composed of.",
2982
+ "maxLength": 100,
2983
+ "minLength": 1,
2984
+ "type": "string"
2985
+ },
2986
+ "area": {
2987
+ "title": "Area",
2988
+ "description": "A number representing the surface area of the internal mass that is exposed to the Room air. This value should always be in square meters regardless of what units system the parent model is a part of.",
2989
+ "exclusiveMinimum": 0,
2990
+ "type": "number",
2991
+ "format": "double"
2992
+ },
2993
+ "display_name": {
2994
+ "title": "Display Name",
2995
+ "description": "Display name of the object with no character restrictions.",
2996
+ "type": "string"
2997
+ },
2998
+ "type": {
2999
+ "title": "Type",
3000
+ "default": "InternalMassAbridged",
3001
+ "pattern": "^InternalMassAbridged$",
3002
+ "type": "string",
3003
+ "readOnly": true
3004
+ }
3005
+ },
3006
+ "required": [
3007
+ "identifier",
3008
+ "construction",
3009
+ "area"
3010
+ ],
3011
+ "additionalProperties": false
3012
+ },
2951
3013
  "RoomEnergyPropertiesAbridged": {
2952
3014
  "title": "RoomEnergyPropertiesAbridged",
2953
3015
  "description": "Base class for all objects that are not extensible with additional keys.\n\nThis effectively includes all objects except for the Properties classes\nthat are assigned to geometry objects.",
@@ -3070,6 +3132,14 @@
3070
3132
  "$ref": "#/components/schemas/VentilationControlAbridged"
3071
3133
  }
3072
3134
  ]
3135
+ },
3136
+ "internal_masses": {
3137
+ "title": "Internal Masses",
3138
+ "description": "An optional list of of InternalMass objects for thermal mass exposed to Room air. Note that internal masses assigned this way cannot \"see\" solar radiation that may potentially hit them and, as such, caution should be taken when using this component with internal mass objects that are not always in shade. Masses are factored into the the thermal calculations of the Room by undergoing heat transfer with the indoor air.",
3139
+ "type": "array",
3140
+ "items": {
3141
+ "$ref": "#/components/schemas/InternalMassAbridged"
3142
+ }
3073
3143
  }
3074
3144
  },
3075
3145
  "additionalProperties": false
@@ -3123,7 +3193,7 @@
3123
3193
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, rad). This identifier is also used to reference the object across a Model. It must be < 100 characters and not contain any spaces or special characters.",
3124
3194
  "maxLength": 100,
3125
3195
  "minLength": 1,
3126
- "pattern": "[A-Za-z0-9_-]",
3196
+ "pattern": "^[.A-Za-z0-9_-]+$",
3127
3197
  "type": "string"
3128
3198
  },
3129
3199
  "faces": {
@@ -3424,6 +3494,7 @@
3424
3494
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
3425
3495
  "maxLength": 100,
3426
3496
  "minLength": 1,
3497
+ "pattern": "^[^,;!\\n\\t]+$",
3427
3498
  "type": "string"
3428
3499
  },
3429
3500
  "display_name": {
@@ -3526,6 +3597,7 @@
3526
3597
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
3527
3598
  "maxLength": 100,
3528
3599
  "minLength": 1,
3600
+ "pattern": "^[^,;!\\n\\t]+$",
3529
3601
  "type": "string"
3530
3602
  },
3531
3603
  "thickness": {
@@ -3624,6 +3696,7 @@
3624
3696
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
3625
3697
  "maxLength": 100,
3626
3698
  "minLength": 1,
3699
+ "pattern": "^[^,;!\\n\\t]+$",
3627
3700
  "type": "string"
3628
3701
  },
3629
3702
  "r_value": {
@@ -3697,6 +3770,7 @@
3697
3770
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
3698
3771
  "maxLength": 100,
3699
3772
  "minLength": 1,
3773
+ "pattern": "^[^,;!\\n\\t]+$",
3700
3774
  "type": "string"
3701
3775
  },
3702
3776
  "materials": {
@@ -3871,6 +3945,7 @@
3871
3945
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
3872
3946
  "maxLength": 100,
3873
3947
  "minLength": 1,
3948
+ "pattern": "^[^,;!\\n\\t]+$",
3874
3949
  "type": "string"
3875
3950
  },
3876
3951
  "u_factor": {
@@ -3928,6 +4003,7 @@
3928
4003
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
3929
4004
  "maxLength": 100,
3930
4005
  "minLength": 1,
4006
+ "pattern": "^[^,;!\\n\\t]+$",
3931
4007
  "type": "string"
3932
4008
  },
3933
4009
  "display_name": {
@@ -4075,6 +4151,7 @@
4075
4151
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
4076
4152
  "maxLength": 100,
4077
4153
  "minLength": 1,
4154
+ "pattern": "^[^,;!\\n\\t]+$",
4078
4155
  "type": "string"
4079
4156
  },
4080
4157
  "display_name": {
@@ -4121,6 +4198,7 @@
4121
4198
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
4122
4199
  "maxLength": 100,
4123
4200
  "minLength": 1,
4201
+ "pattern": "^[^,;!\\n\\t]+$",
4124
4202
  "type": "string"
4125
4203
  },
4126
4204
  "conductivity_coeff_a": {
@@ -4241,6 +4319,7 @@
4241
4319
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
4242
4320
  "maxLength": 100,
4243
4321
  "minLength": 1,
4322
+ "pattern": "^[^,;!\\n\\t]+$",
4244
4323
  "type": "string"
4245
4324
  },
4246
4325
  "gas_types": {
@@ -4301,6 +4380,7 @@
4301
4380
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
4302
4381
  "maxLength": 100,
4303
4382
  "minLength": 1,
4383
+ "pattern": "^[^,;!\\n\\t]+$",
4304
4384
  "type": "string"
4305
4385
  },
4306
4386
  "materials": {
@@ -4469,6 +4549,7 @@
4469
4549
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
4470
4550
  "maxLength": 100,
4471
4551
  "minLength": 1,
4552
+ "pattern": "^[^,;!\\n\\t]+$",
4472
4553
  "type": "string"
4473
4554
  },
4474
4555
  "display_name": {
@@ -4523,6 +4604,7 @@
4523
4604
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
4524
4605
  "maxLength": 100,
4525
4606
  "minLength": 1,
4607
+ "pattern": "^[^,;!\\n\\t]+$",
4526
4608
  "type": "string"
4527
4609
  },
4528
4610
  "values": {
@@ -4729,6 +4811,7 @@
4729
4811
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
4730
4812
  "maxLength": 100,
4731
4813
  "minLength": 1,
4814
+ "pattern": "^[^,;!\\n\\t]+$",
4732
4815
  "type": "string"
4733
4816
  },
4734
4817
  "display_name": {
@@ -4807,6 +4890,7 @@
4807
4890
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
4808
4891
  "maxLength": 100,
4809
4892
  "minLength": 1,
4893
+ "pattern": "^[^,;!\\n\\t]+$",
4810
4894
  "type": "string"
4811
4895
  },
4812
4896
  "day_schedules": {
@@ -4892,6 +4976,7 @@
4892
4976
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
4893
4977
  "maxLength": 100,
4894
4978
  "minLength": 1,
4979
+ "pattern": "^[^,;!\\n\\t]+$",
4895
4980
  "type": "string"
4896
4981
  },
4897
4982
  "values": {
@@ -4978,20 +5063,9 @@
4978
5063
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
4979
5064
  "maxLength": 100,
4980
5065
  "minLength": 1,
5066
+ "pattern": "^[^,;!\\n\\t]+$",
4981
5067
  "type": "string"
4982
5068
  },
4983
- "air_mixing_schedule": {
4984
- "title": "Air Mixing Schedule",
4985
- "description": "A fractional schedule as a ScheduleRuleset or ScheduleFixedInterval for the air mixing schedule across the construction.",
4986
- "anyOf": [
4987
- {
4988
- "$ref": "#/components/schemas/ScheduleRuleset"
4989
- },
4990
- {
4991
- "$ref": "#/components/schemas/ScheduleFixedInterval"
4992
- }
4993
- ]
4994
- },
4995
5069
  "display_name": {
4996
5070
  "title": "Display Name",
4997
5071
  "description": "Display name of the object with no character restrictions.",
@@ -5011,11 +5085,22 @@
5011
5085
  "minimum": 0,
5012
5086
  "type": "number",
5013
5087
  "format": "double"
5088
+ },
5089
+ "air_mixing_schedule": {
5090
+ "title": "Air Mixing Schedule",
5091
+ "description": "A fractional schedule as a ScheduleRuleset or ScheduleFixedInterval for the air mixing schedule across the construction. If unspecified, an Always On schedule will be assumed.",
5092
+ "anyOf": [
5093
+ {
5094
+ "$ref": "#/components/schemas/ScheduleRuleset"
5095
+ },
5096
+ {
5097
+ "$ref": "#/components/schemas/ScheduleFixedInterval"
5098
+ }
5099
+ ]
5014
5100
  }
5015
5101
  },
5016
5102
  "required": [
5017
- "identifier",
5018
- "air_mixing_schedule"
5103
+ "identifier"
5019
5104
  ],
5020
5105
  "additionalProperties": false
5021
5106
  },
@@ -5029,6 +5114,7 @@
5029
5114
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
5030
5115
  "maxLength": 100,
5031
5116
  "minLength": 1,
5117
+ "pattern": "^[^,;!\\n\\t]+$",
5032
5118
  "type": "string"
5033
5119
  },
5034
5120
  "display_name": {
@@ -5122,6 +5208,7 @@
5122
5208
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
5123
5209
  "maxLength": 100,
5124
5210
  "minLength": 1,
5211
+ "pattern": "^[^,;!\\n\\t]+$",
5125
5212
  "type": "string"
5126
5213
  },
5127
5214
  "materials": {
@@ -5165,6 +5252,7 @@
5165
5252
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
5166
5253
  "maxLength": 100,
5167
5254
  "minLength": 1,
5255
+ "pattern": "^[^,;!\\n\\t]+$",
5168
5256
  "type": "string"
5169
5257
  },
5170
5258
  "materials": {
@@ -5234,6 +5322,7 @@
5234
5322
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
5235
5323
  "maxLength": 100,
5236
5324
  "minLength": 1,
5325
+ "pattern": "^[^,;!\\n\\t]+$",
5237
5326
  "type": "string"
5238
5327
  },
5239
5328
  "window_construction": {
@@ -5313,13 +5402,7 @@
5313
5402
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
5314
5403
  "maxLength": 100,
5315
5404
  "minLength": 1,
5316
- "type": "string"
5317
- },
5318
- "air_mixing_schedule": {
5319
- "title": "Air Mixing Schedule",
5320
- "description": "Identifier of a fractional schedule for the air mixing schedule across the construction.",
5321
- "maxLength": 100,
5322
- "minLength": 1,
5405
+ "pattern": "^[^,;!\\n\\t]+$",
5323
5406
  "type": "string"
5324
5407
  },
5325
5408
  "display_name": {
@@ -5341,11 +5424,17 @@
5341
5424
  "minimum": 0,
5342
5425
  "type": "number",
5343
5426
  "format": "double"
5427
+ },
5428
+ "air_mixing_schedule": {
5429
+ "title": "Air Mixing Schedule",
5430
+ "description": "Identifier of a fractional schedule for the air mixing schedule across the construction. If unspecified, an Always On schedule will be assumed.",
5431
+ "maxLength": 100,
5432
+ "minLength": 1,
5433
+ "type": "string"
5344
5434
  }
5345
5435
  },
5346
5436
  "required": [
5347
- "identifier",
5348
- "air_mixing_schedule"
5437
+ "identifier"
5349
5438
  ],
5350
5439
  "additionalProperties": false
5351
5440
  },
@@ -5359,6 +5448,7 @@
5359
5448
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
5360
5449
  "maxLength": 100,
5361
5450
  "minLength": 1,
5451
+ "pattern": "^[^,;!\\n\\t]+$",
5362
5452
  "type": "string"
5363
5453
  },
5364
5454
  "display_name": {
@@ -5522,6 +5612,7 @@
5522
5612
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
5523
5613
  "maxLength": 100,
5524
5614
  "minLength": 1,
5615
+ "pattern": "^[^,;!\\n\\t]+$",
5525
5616
  "type": "string"
5526
5617
  },
5527
5618
  "display_name": {
@@ -5784,6 +5875,7 @@
5784
5875
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
5785
5876
  "maxLength": 100,
5786
5877
  "minLength": 1,
5878
+ "pattern": "^[^,;!\\n\\t]+$",
5787
5879
  "type": "string"
5788
5880
  },
5789
5881
  "window_construction": {
@@ -5901,6 +5993,7 @@
5901
5993
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
5902
5994
  "maxLength": 100,
5903
5995
  "minLength": 1,
5996
+ "pattern": "^[^,;!\\n\\t]+$",
5904
5997
  "type": "string"
5905
5998
  },
5906
5999
  "display_name": {
@@ -6085,6 +6178,7 @@
6085
6178
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6086
6179
  "maxLength": 100,
6087
6180
  "minLength": 1,
6181
+ "pattern": "^[^,;!\\n\\t]+$",
6088
6182
  "type": "string"
6089
6183
  },
6090
6184
  "display_name": {
@@ -6178,6 +6272,7 @@
6178
6272
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6179
6273
  "maxLength": 100,
6180
6274
  "minLength": 1,
6275
+ "pattern": "^[^,;!\\n\\t]+$",
6181
6276
  "type": "string"
6182
6277
  },
6183
6278
  "display_name": {
@@ -6286,6 +6381,7 @@
6286
6381
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6287
6382
  "maxLength": 100,
6288
6383
  "minLength": 1,
6384
+ "pattern": "^[^,;!\\n\\t]+$",
6289
6385
  "type": "string"
6290
6386
  },
6291
6387
  "display_name": {
@@ -6385,6 +6481,7 @@
6385
6481
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6386
6482
  "maxLength": 100,
6387
6483
  "minLength": 1,
6484
+ "pattern": "^[^,;!\\n\\t]+$",
6388
6485
  "type": "string"
6389
6486
  },
6390
6487
  "display_name": {
@@ -6441,6 +6538,7 @@
6441
6538
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6442
6539
  "maxLength": 100,
6443
6540
  "minLength": 1,
6541
+ "pattern": "^[^,;!\\n\\t]+$",
6444
6542
  "type": "string"
6445
6543
  },
6446
6544
  "display_name": {
@@ -6547,6 +6645,7 @@
6547
6645
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6548
6646
  "maxLength": 100,
6549
6647
  "minLength": 1,
6648
+ "pattern": "^[^,;!\\n\\t]+$",
6550
6649
  "type": "string"
6551
6650
  },
6552
6651
  "display_name": {
@@ -6637,6 +6736,7 @@
6637
6736
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6638
6737
  "maxLength": 100,
6639
6738
  "minLength": 1,
6739
+ "pattern": "^[^,;!\\n\\t]+$",
6640
6740
  "type": "string"
6641
6741
  },
6642
6742
  "display_name": {
@@ -6724,6 +6824,7 @@
6724
6824
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6725
6825
  "maxLength": 100,
6726
6826
  "minLength": 1,
6827
+ "pattern": "^[^,;!\\n\\t]+$",
6727
6828
  "type": "string"
6728
6829
  },
6729
6830
  "display_name": {
@@ -6828,6 +6929,7 @@
6828
6929
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6829
6930
  "maxLength": 100,
6830
6931
  "minLength": 1,
6932
+ "pattern": "^[^,;!\\n\\t]+$",
6831
6933
  "type": "string"
6832
6934
  },
6833
6935
  "display_name": {
@@ -6887,6 +6989,7 @@
6887
6989
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6888
6990
  "maxLength": 100,
6889
6991
  "minLength": 1,
6992
+ "pattern": "^[^,;!\\n\\t]+$",
6890
6993
  "type": "string"
6891
6994
  },
6892
6995
  "display_name": {
@@ -6943,6 +7046,7 @@
6943
7046
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6944
7047
  "maxLength": 100,
6945
7048
  "minLength": 1,
7049
+ "pattern": "^[^,;!\\n\\t]+$",
6946
7050
  "type": "string"
6947
7051
  },
6948
7052
  "display_name": {
@@ -7002,6 +7106,7 @@
7002
7106
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7003
7107
  "maxLength": 100,
7004
7108
  "minLength": 1,
7109
+ "pattern": "^[^,;!\\n\\t]+$",
7005
7110
  "type": "string"
7006
7111
  },
7007
7112
  "display_name": {
@@ -7064,6 +7169,7 @@
7064
7169
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7065
7170
  "maxLength": 100,
7066
7171
  "minLength": 1,
7172
+ "pattern": "^[^,;!\\n\\t]+$",
7067
7173
  "type": "string"
7068
7174
  },
7069
7175
  "display_name": {
@@ -7128,6 +7234,7 @@
7128
7234
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7129
7235
  "maxLength": 100,
7130
7236
  "minLength": 1,
7237
+ "pattern": "^[^,;!\\n\\t]+$",
7131
7238
  "type": "string"
7132
7239
  },
7133
7240
  "display_name": {
@@ -7190,6 +7297,7 @@
7190
7297
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7191
7298
  "maxLength": 100,
7192
7299
  "minLength": 1,
7300
+ "pattern": "^[^,;!\\n\\t]+$",
7193
7301
  "type": "string"
7194
7302
  },
7195
7303
  "display_name": {
@@ -7246,6 +7354,7 @@
7246
7354
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7247
7355
  "maxLength": 100,
7248
7356
  "minLength": 1,
7357
+ "pattern": "^[^,;!\\n\\t]+$",
7249
7358
  "type": "string"
7250
7359
  },
7251
7360
  "display_name": {
@@ -7294,6 +7403,7 @@
7294
7403
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7295
7404
  "maxLength": 100,
7296
7405
  "minLength": 1,
7406
+ "pattern": "^[^,;!\\n\\t]+$",
7297
7407
  "type": "string"
7298
7408
  },
7299
7409
  "display_name": {
@@ -7396,6 +7506,7 @@
7396
7506
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7397
7507
  "maxLength": 100,
7398
7508
  "minLength": 1,
7509
+ "pattern": "^[^,;!\\n\\t]+$",
7399
7510
  "type": "string"
7400
7511
  },
7401
7512
  "people_per_area": {
@@ -7417,18 +7528,6 @@
7417
7528
  }
7418
7529
  ]
7419
7530
  },
7420
- "activity_schedule": {
7421
- "title": "Activity Schedule",
7422
- "description": "A schedule for the activity of the occupants over the course of the year. The type of this schedule should be Power and the values of the schedule equal to the number of Watts given off by an individual person in the room.",
7423
- "anyOf": [
7424
- {
7425
- "$ref": "#/components/schemas/ScheduleRuleset"
7426
- },
7427
- {
7428
- "$ref": "#/components/schemas/ScheduleFixedInterval"
7429
- }
7430
- ]
7431
- },
7432
7531
  "display_name": {
7433
7532
  "title": "Display Name",
7434
7533
  "description": "Display name of the object with no character restrictions.",
@@ -7441,6 +7540,18 @@
7441
7540
  "type": "string",
7442
7541
  "readOnly": true
7443
7542
  },
7543
+ "activity_schedule": {
7544
+ "title": "Activity Schedule",
7545
+ "description": "A schedule for the activity of the occupants over the course of the year. The type of this schedule should be ActivityLevel and the values of the schedule equal to the number of Watts given off by an individual person in the room. If None, a default constant schedule with 120 Watts per person will be used, which is typical of awake, adult humans who are seated.",
7546
+ "anyOf": [
7547
+ {
7548
+ "$ref": "#/components/schemas/ScheduleRuleset"
7549
+ },
7550
+ {
7551
+ "$ref": "#/components/schemas/ScheduleFixedInterval"
7552
+ }
7553
+ ]
7554
+ },
7444
7555
  "radiant_fraction": {
7445
7556
  "title": "Radiant Fraction",
7446
7557
  "description": "The radiant fraction of sensible heat released by people. (Default: 0.3).",
@@ -7472,8 +7583,7 @@
7472
7583
  "required": [
7473
7584
  "identifier",
7474
7585
  "people_per_area",
7475
- "occupancy_schedule",
7476
- "activity_schedule"
7586
+ "occupancy_schedule"
7477
7587
  ],
7478
7588
  "additionalProperties": false
7479
7589
  },
@@ -7487,6 +7597,7 @@
7487
7597
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7488
7598
  "maxLength": 100,
7489
7599
  "minLength": 1,
7600
+ "pattern": "^[^,;!\\n\\t]+$",
7490
7601
  "type": "string"
7491
7602
  },
7492
7603
  "watts_per_area": {
@@ -7573,6 +7684,7 @@
7573
7684
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7574
7685
  "maxLength": 100,
7575
7686
  "minLength": 1,
7687
+ "pattern": "^[^,;!\\n\\t]+$",
7576
7688
  "type": "string"
7577
7689
  },
7578
7690
  "watts_per_area": {
@@ -7651,6 +7763,7 @@
7651
7763
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7652
7764
  "maxLength": 100,
7653
7765
  "minLength": 1,
7766
+ "pattern": "^[^,;!\\n\\t]+$",
7654
7767
  "type": "string"
7655
7768
  },
7656
7769
  "watts_per_area": {
@@ -7729,6 +7842,7 @@
7729
7842
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7730
7843
  "maxLength": 100,
7731
7844
  "minLength": 1,
7845
+ "pattern": "^[^,;!\\n\\t]+$",
7732
7846
  "type": "string"
7733
7847
  },
7734
7848
  "flow_per_area": {
@@ -7806,6 +7920,7 @@
7806
7920
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7807
7921
  "maxLength": 100,
7808
7922
  "minLength": 1,
7923
+ "pattern": "^[^,;!\\n\\t]+$",
7809
7924
  "type": "string"
7810
7925
  },
7811
7926
  "flow_per_exterior_area": {
@@ -7878,6 +7993,7 @@
7878
7993
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7879
7994
  "maxLength": 100,
7880
7995
  "minLength": 1,
7996
+ "pattern": "^[^,;!\\n\\t]+$",
7881
7997
  "type": "string"
7882
7998
  },
7883
7999
  "display_name": {
@@ -7952,6 +8068,7 @@
7952
8068
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7953
8069
  "maxLength": 100,
7954
8070
  "minLength": 1,
8071
+ "pattern": "^[^,;!\\n\\t]+$",
7955
8072
  "type": "string"
7956
8073
  },
7957
8074
  "cooling_schedule": {
@@ -8032,6 +8149,7 @@
8032
8149
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
8033
8150
  "maxLength": 100,
8034
8151
  "minLength": 1,
8152
+ "pattern": "^[^,;!\\n\\t]+$",
8035
8153
  "type": "string"
8036
8154
  },
8037
8155
  "display_name": {
@@ -8134,6 +8252,7 @@
8134
8252
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
8135
8253
  "maxLength": 100,
8136
8254
  "minLength": 1,
8255
+ "pattern": "^[^,;!\\n\\t]+$",
8137
8256
  "type": "string"
8138
8257
  },
8139
8258
  "day_schedules": {
@@ -8217,6 +8336,7 @@
8217
8336
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
8218
8337
  "maxLength": 100,
8219
8338
  "minLength": 1,
8339
+ "pattern": "^[^,;!\\n\\t]+$",
8220
8340
  "type": "string"
8221
8341
  },
8222
8342
  "values": {
@@ -8608,8 +8728,8 @@
8608
8728
  "properties": {
8609
8729
  "type": {
8610
8730
  "title": "Type",
8611
- "default": "void",
8612
- "pattern": "^void$",
8731
+ "default": "Void",
8732
+ "pattern": "^Void$",
8613
8733
  "type": "string",
8614
8734
  "readOnly": true
8615
8735
  }
@@ -8623,6 +8743,8 @@
8623
8743
  "identifier": {
8624
8744
  "title": "Identifier",
8625
8745
  "description": "Text string for a unique Radiance object. Must not contain spaces or special characters. This will be used to identify the object across a model and in the exported Radiance files.",
8746
+ "minLength": 1,
8747
+ "pattern": "^[.A-Za-z0-9_-]+$",
8626
8748
  "type": "string"
8627
8749
  },
8628
8750
  "display_name": {
@@ -8632,16 +8754,16 @@
8632
8754
  },
8633
8755
  "type": {
8634
8756
  "title": "Type",
8635
- "default": "mirror",
8636
- "pattern": "^mirror$",
8757
+ "default": "Mirror",
8758
+ "pattern": "^Mirror$",
8637
8759
  "type": "string",
8638
8760
  "readOnly": true
8639
8761
  },
8640
8762
  "modifier": {
8641
8763
  "title": "Modifier",
8642
- "description": "Material modifier (default: Void).",
8764
+ "description": "Material modifier.",
8643
8765
  "default": {
8644
- "type": "void"
8766
+ "type": "Void"
8645
8767
  },
8646
8768
  "anyOf": [
8647
8769
  {
@@ -8675,7 +8797,7 @@
8675
8797
  },
8676
8798
  "dependencies": {
8677
8799
  "title": "Dependencies",
8678
- "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers (default: None).",
8800
+ "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers.",
8679
8801
  "type": "array",
8680
8802
  "items": {
8681
8803
  "anyOf": [
@@ -8711,7 +8833,7 @@
8711
8833
  },
8712
8834
  "r_reflectance": {
8713
8835
  "title": "R Reflectance",
8714
- "description": "A value between 0 and 1 for the red channel reflectance (default: 1).",
8836
+ "description": "A value between 0 and 1 for the red channel reflectance.",
8715
8837
  "default": 1,
8716
8838
  "minimum": 0,
8717
8839
  "maximum": 1,
@@ -8720,7 +8842,7 @@
8720
8842
  },
8721
8843
  "g_reflectance": {
8722
8844
  "title": "G Reflectance",
8723
- "description": "A value between 0 and 1 for the green channel reflectance (default: 1).",
8845
+ "description": "A value between 0 and 1 for the green channel reflectance.",
8724
8846
  "default": 1,
8725
8847
  "minimum": 0,
8726
8848
  "maximum": 1,
@@ -8729,7 +8851,7 @@
8729
8851
  },
8730
8852
  "b_reflectance": {
8731
8853
  "title": "B Reflectance",
8732
- "description": "A value between 0 and 1 for the blue channel reflectance (default: 1).",
8854
+ "description": "A value between 0 and 1 for the blue channel reflectance.",
8733
8855
  "default": 1,
8734
8856
  "minimum": 0,
8735
8857
  "maximum": 1,
@@ -8738,7 +8860,7 @@
8738
8860
  },
8739
8861
  "alternate_material": {
8740
8862
  "title": "Alternate Material",
8741
- "description": "An optional material that may be used like the illum type to specify a different material to be used for shading non-source rays. If None, this will keep the alternat_material as mirror. If this alternate material is given as Void, then the mirror surface will be invisible. Using Void is only appropriate if the surface hides other (more detailed) geometry with the same overall reflectance (default: None).",
8863
+ "description": "An optional material (like the illum type) that may be used to specify a different material to be used for shading non-source rays. If None, this will keep the alternat_material as mirror. If this alternate material is given as Void, then the mirror surface will be invisible. Using Void is only appropriate if the surface hides other (more detailed) geometry with the same overall reflectance.",
8742
8864
  "anyOf": [
8743
8865
  {
8744
8866
  "$ref": "#/components/schemas/Plastic"
@@ -8783,6 +8905,8 @@
8783
8905
  "identifier": {
8784
8906
  "title": "Identifier",
8785
8907
  "description": "Text string for a unique Radiance object. Must not contain spaces or special characters. This will be used to identify the object across a model and in the exported Radiance files.",
8908
+ "minLength": 1,
8909
+ "pattern": "^[.A-Za-z0-9_-]+$",
8786
8910
  "type": "string"
8787
8911
  },
8788
8912
  "display_name": {
@@ -8792,16 +8916,16 @@
8792
8916
  },
8793
8917
  "type": {
8794
8918
  "title": "Type",
8795
- "default": "metal",
8796
- "pattern": "^metal$",
8919
+ "default": "Metal",
8920
+ "pattern": "^Metal$",
8797
8921
  "type": "string",
8798
8922
  "readOnly": true
8799
8923
  },
8800
8924
  "modifier": {
8801
8925
  "title": "Modifier",
8802
- "description": "Material modifier (default: Void).",
8926
+ "description": "Material modifier.",
8803
8927
  "default": {
8804
- "type": "void"
8928
+ "type": "Void"
8805
8929
  },
8806
8930
  "anyOf": [
8807
8931
  {
@@ -8835,7 +8959,7 @@
8835
8959
  },
8836
8960
  "dependencies": {
8837
8961
  "title": "Dependencies",
8838
- "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers (default: None).",
8962
+ "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers.",
8839
8963
  "type": "array",
8840
8964
  "items": {
8841
8965
  "anyOf": [
@@ -8871,7 +8995,7 @@
8871
8995
  },
8872
8996
  "r_reflectance": {
8873
8997
  "title": "R Reflectance",
8874
- "description": "A value between 0 and 1 for the red channel reflectance (default: 0).",
8998
+ "description": "A value between 0 and 1 for the red channel reflectance.",
8875
8999
  "default": 0.0,
8876
9000
  "minimum": 0,
8877
9001
  "maximum": 1,
@@ -8880,7 +9004,7 @@
8880
9004
  },
8881
9005
  "g_reflectance": {
8882
9006
  "title": "G Reflectance",
8883
- "description": "A value between 0 and 1 for the green channel reflectance (default: 0).",
9007
+ "description": "A value between 0 and 1 for the green channel reflectance.",
8884
9008
  "default": 0.0,
8885
9009
  "minimum": 0,
8886
9010
  "maximum": 1,
@@ -8889,7 +9013,7 @@
8889
9013
  },
8890
9014
  "b_reflectance": {
8891
9015
  "title": "B Reflectance",
8892
- "description": "A value between 0 and 1 for the blue channel reflectance (default: 0).",
9016
+ "description": "A value between 0 and 1 for the blue channel reflectance.",
8893
9017
  "default": 0.0,
8894
9018
  "minimum": 0,
8895
9019
  "maximum": 1,
@@ -8898,7 +9022,7 @@
8898
9022
  },
8899
9023
  "specularity": {
8900
9024
  "title": "Specularity",
8901
- "description": "A value between 0 and 1 for the fraction of specularity. Specularity fractions lower than 0.9 are not realistic for metallic materials. (default: 0.9).",
9025
+ "description": "A value between 0 and 1 for the fraction of specularity. Specularity fractions lower than 0.9 are not realistic for metallic materials.",
8902
9026
  "default": 0.9,
8903
9027
  "minimum": 0,
8904
9028
  "maximum": 1,
@@ -8907,7 +9031,7 @@
8907
9031
  },
8908
9032
  "roughness": {
8909
9033
  "title": "Roughness",
8910
- "description": "A value between 0 and 1 for the roughness, specified as the rms slope of surface facets. Roughness greater than 0.2 are not realistic (default: 0).",
9034
+ "description": "A value between 0 and 1 for the roughness, specified as the RMS slope of surface facets. Roughness greater than 0.2 are not realistic.",
8911
9035
  "default": 0,
8912
9036
  "minimum": 0,
8913
9037
  "maximum": 1,
@@ -8928,6 +9052,8 @@
8928
9052
  "identifier": {
8929
9053
  "title": "Identifier",
8930
9054
  "description": "Text string for a unique Radiance object. Must not contain spaces or special characters. This will be used to identify the object across a model and in the exported Radiance files.",
9055
+ "minLength": 1,
9056
+ "pattern": "^[.A-Za-z0-9_-]+$",
8931
9057
  "type": "string"
8932
9058
  },
8933
9059
  "display_name": {
@@ -8937,16 +9063,16 @@
8937
9063
  },
8938
9064
  "type": {
8939
9065
  "title": "Type",
8940
- "default": "trans",
8941
- "pattern": "^trans$",
9066
+ "default": "Trans",
9067
+ "pattern": "^Trans$",
8942
9068
  "type": "string",
8943
9069
  "readOnly": true
8944
9070
  },
8945
9071
  "modifier": {
8946
9072
  "title": "Modifier",
8947
- "description": "Material modifier (default: Void).",
9073
+ "description": "Material modifier.",
8948
9074
  "default": {
8949
- "type": "void"
9075
+ "type": "Void"
8950
9076
  },
8951
9077
  "anyOf": [
8952
9078
  {
@@ -8980,7 +9106,7 @@
8980
9106
  },
8981
9107
  "dependencies": {
8982
9108
  "title": "Dependencies",
8983
- "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers (default: None).",
9109
+ "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers.",
8984
9110
  "type": "array",
8985
9111
  "items": {
8986
9112
  "anyOf": [
@@ -9016,7 +9142,7 @@
9016
9142
  },
9017
9143
  "r_reflectance": {
9018
9144
  "title": "R Reflectance",
9019
- "description": "A value between 0 and 1 for the red channel reflectance (default: 0).",
9145
+ "description": "A value between 0 and 1 for the red channel reflectance.",
9020
9146
  "default": 0.0,
9021
9147
  "minimum": 0,
9022
9148
  "maximum": 1,
@@ -9025,7 +9151,7 @@
9025
9151
  },
9026
9152
  "g_reflectance": {
9027
9153
  "title": "G Reflectance",
9028
- "description": "A value between 0 and 1 for the green channel reflectance (default: 0).",
9154
+ "description": "A value between 0 and 1 for the green channel reflectance.",
9029
9155
  "default": 0.0,
9030
9156
  "minimum": 0,
9031
9157
  "maximum": 1,
@@ -9034,7 +9160,7 @@
9034
9160
  },
9035
9161
  "b_reflectance": {
9036
9162
  "title": "B Reflectance",
9037
- "description": "A value between 0 and 1 for the blue channel reflectance (default: 0).",
9163
+ "description": "A value between 0 and 1 for the blue channel reflectance.",
9038
9164
  "default": 0.0,
9039
9165
  "minimum": 0,
9040
9166
  "maximum": 1,
@@ -9043,7 +9169,7 @@
9043
9169
  },
9044
9170
  "specularity": {
9045
9171
  "title": "Specularity",
9046
- "description": "A value between 0 and 1 for the fraction of specularity. Specularity fractions greater than 0.1 are not realistic for non-metallic materials. (default: 0).",
9172
+ "description": "A value between 0 and 1 for the fraction of specularity. Specularity fractions greater than 0.1 are not realistic for non-metallic materials.",
9047
9173
  "default": 0,
9048
9174
  "minimum": 0,
9049
9175
  "maximum": 1,
@@ -9052,7 +9178,7 @@
9052
9178
  },
9053
9179
  "roughness": {
9054
9180
  "title": "Roughness",
9055
- "description": "A value between 0 and 1 for the roughness, specified as the rms slope of surface facets. Roughness greater than 0.2 are not realistic (default: 0).",
9181
+ "description": "A value between 0 and 1 for the roughness, specified as the RMS slope of surface facets. Roughness greater than 0.2 are not realistic.",
9056
9182
  "default": 0,
9057
9183
  "minimum": 0,
9058
9184
  "maximum": 1,
@@ -9061,7 +9187,7 @@
9061
9187
  },
9062
9188
  "transmitted_diff": {
9063
9189
  "title": "Transmitted Diff",
9064
- "description": "The fraction of transmitted light that is transmitted diffusely in a scattering fashion (default: 0).",
9190
+ "description": "The fraction of transmitted light that is transmitted diffusely in a scattering fashion.",
9065
9191
  "default": 0,
9066
9192
  "minimum": 0,
9067
9193
  "maximum": 1,
@@ -9070,7 +9196,7 @@
9070
9196
  },
9071
9197
  "transmitted_spec": {
9072
9198
  "title": "Transmitted Spec",
9073
- "description": "The fraction of transmitted light that is not diffusely scattered (default: 0).",
9199
+ "description": "The fraction of transmitted light that is not diffusely scattered.",
9074
9200
  "default": 0,
9075
9201
  "minimum": 0,
9076
9202
  "maximum": 1,
@@ -9091,6 +9217,8 @@
9091
9217
  "identifier": {
9092
9218
  "title": "Identifier",
9093
9219
  "description": "Text string for a unique Radiance object. Must not contain spaces or special characters. This will be used to identify the object across a model and in the exported Radiance files.",
9220
+ "minLength": 1,
9221
+ "pattern": "^[.A-Za-z0-9_-]+$",
9094
9222
  "type": "string"
9095
9223
  },
9096
9224
  "display_name": {
@@ -9100,16 +9228,16 @@
9100
9228
  },
9101
9229
  "type": {
9102
9230
  "title": "Type",
9103
- "default": "light",
9104
- "pattern": "^light$",
9231
+ "default": "Light",
9232
+ "pattern": "^Light$",
9105
9233
  "type": "string",
9106
9234
  "readOnly": true
9107
9235
  },
9108
9236
  "modifier": {
9109
9237
  "title": "Modifier",
9110
- "description": "Material modifier (default: Void).",
9238
+ "description": "Material modifier.",
9111
9239
  "default": {
9112
- "type": "void"
9240
+ "type": "Void"
9113
9241
  },
9114
9242
  "anyOf": [
9115
9243
  {
@@ -9143,7 +9271,7 @@
9143
9271
  },
9144
9272
  "dependencies": {
9145
9273
  "title": "Dependencies",
9146
- "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers (default: None).",
9274
+ "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers.",
9147
9275
  "type": "array",
9148
9276
  "items": {
9149
9277
  "anyOf": [
@@ -9179,7 +9307,7 @@
9179
9307
  },
9180
9308
  "r_emittance": {
9181
9309
  "title": "R Emittance",
9182
- "description": "A value between 0 and 1 for the red channel of the modifier (default: 0).",
9310
+ "description": "A value between 0 and 1 for the red channel of the modifier.",
9183
9311
  "default": 0.0,
9184
9312
  "minimum": 0,
9185
9313
  "maximum": 1,
@@ -9188,7 +9316,7 @@
9188
9316
  },
9189
9317
  "g_emittance": {
9190
9318
  "title": "G Emittance",
9191
- "description": "A value between 0 and 1 for the green channel of the modifier (default: 0).",
9319
+ "description": "A value between 0 and 1 for the green channel of the modifier.",
9192
9320
  "default": 0.0,
9193
9321
  "minimum": 0,
9194
9322
  "maximum": 1,
@@ -9197,7 +9325,7 @@
9197
9325
  },
9198
9326
  "b_emittance": {
9199
9327
  "title": "B Emittance",
9200
- "description": "A value between 0 and 1 for the blue channel of the modifier (default: 0).",
9328
+ "description": "A value between 0 and 1 for the blue channel of the modifier.",
9201
9329
  "default": 0.0,
9202
9330
  "minimum": 0,
9203
9331
  "maximum": 1,
@@ -9218,6 +9346,8 @@
9218
9346
  "identifier": {
9219
9347
  "title": "Identifier",
9220
9348
  "description": "Text string for a unique Radiance object. Must not contain spaces or special characters. This will be used to identify the object across a model and in the exported Radiance files.",
9349
+ "minLength": 1,
9350
+ "pattern": "^[.A-Za-z0-9_-]+$",
9221
9351
  "type": "string"
9222
9352
  },
9223
9353
  "display_name": {
@@ -9227,16 +9357,16 @@
9227
9357
  },
9228
9358
  "type": {
9229
9359
  "title": "Type",
9230
- "default": "glow",
9231
- "pattern": "^glow$",
9360
+ "default": "Glow",
9361
+ "pattern": "^Glow$",
9232
9362
  "type": "string",
9233
9363
  "readOnly": true
9234
9364
  },
9235
9365
  "modifier": {
9236
9366
  "title": "Modifier",
9237
- "description": "Material modifier (default: Void).",
9367
+ "description": "Material modifier.",
9238
9368
  "default": {
9239
- "type": "void"
9369
+ "type": "Void"
9240
9370
  },
9241
9371
  "anyOf": [
9242
9372
  {
@@ -9270,7 +9400,7 @@
9270
9400
  },
9271
9401
  "dependencies": {
9272
9402
  "title": "Dependencies",
9273
- "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers (default: None).",
9403
+ "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers.",
9274
9404
  "type": "array",
9275
9405
  "items": {
9276
9406
  "anyOf": [
@@ -9306,7 +9436,7 @@
9306
9436
  },
9307
9437
  "r_emittance": {
9308
9438
  "title": "R Emittance",
9309
- "description": "A value between 0 and 1 for the red channel of the modifier (default: 0).",
9439
+ "description": "A value between 0 and 1 for the red channel of the modifier.",
9310
9440
  "default": 0.0,
9311
9441
  "minimum": 0,
9312
9442
  "maximum": 1,
@@ -9315,7 +9445,7 @@
9315
9445
  },
9316
9446
  "g_emittance": {
9317
9447
  "title": "G Emittance",
9318
- "description": "A value between 0 and 1 for the green channel of the modifier (default: 0).",
9448
+ "description": "A value between 0 and 1 for the green channel of the modifier.",
9319
9449
  "default": 0.0,
9320
9450
  "minimum": 0,
9321
9451
  "maximum": 1,
@@ -9324,7 +9454,7 @@
9324
9454
  },
9325
9455
  "b_emittance": {
9326
9456
  "title": "B Emittance",
9327
- "description": "A value between 0 and 1 for the blue channel of the modifier (default: 0).",
9457
+ "description": "A value between 0 and 1 for the blue channel of the modifier.",
9328
9458
  "default": 0.0,
9329
9459
  "minimum": 0,
9330
9460
  "maximum": 1,
@@ -9333,7 +9463,7 @@
9333
9463
  },
9334
9464
  "max_radius": {
9335
9465
  "title": "Max Radius",
9336
- "description": "Maximum radius for shadow testing (default: 0). Surfaces with zero will never be tested for zero, although it may participate in interreflection calculation. Negative values will never contribute to scene illumination.",
9466
+ "description": "Maximum radius for shadow testing. Objects with zero radius are permissable and may participate in interreflection calculation (though they are not representative of real light sources). Negative values will never contribute to scene illumination.",
9337
9467
  "default": 0,
9338
9468
  "type": "number",
9339
9469
  "format": "double"
@@ -9352,6 +9482,8 @@
9352
9482
  "identifier": {
9353
9483
  "title": "Identifier",
9354
9484
  "description": "Text string for a unique Radiance object. Must not contain spaces or special characters. This will be used to identify the object across a model and in the exported Radiance files.",
9485
+ "minLength": 1,
9486
+ "pattern": "^[.A-Za-z0-9_-]+$",
9355
9487
  "type": "string"
9356
9488
  },
9357
9489
  "bsdf_data": {
@@ -9373,9 +9505,9 @@
9373
9505
  },
9374
9506
  "modifier": {
9375
9507
  "title": "Modifier",
9376
- "description": "Material modifier (default: Void).",
9508
+ "description": "Material modifier.",
9377
9509
  "default": {
9378
- "type": "void"
9510
+ "type": "Void"
9379
9511
  },
9380
9512
  "anyOf": [
9381
9513
  {
@@ -9409,7 +9541,7 @@
9409
9541
  },
9410
9542
  "dependencies": {
9411
9543
  "title": "Dependencies",
9412
- "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers (default: None).",
9544
+ "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers.",
9413
9545
  "type": "array",
9414
9546
  "items": {
9415
9547
  "anyOf": [
@@ -9445,7 +9577,7 @@
9445
9577
  },
9446
9578
  "up_orientation": {
9447
9579
  "title": "Up Orientation",
9448
- "description": "Vector as sequence that sets the hemisphere that the BSDF material faces. (default: (0.01, 0.01, 1.00).",
9580
+ "description": "Vector as sequence that sets the hemisphere that the BSDF material faces.",
9449
9581
  "default": [
9450
9582
  0.01,
9451
9583
  0.01,
@@ -9461,14 +9593,14 @@
9461
9593
  },
9462
9594
  "thickness": {
9463
9595
  "title": "Thickness",
9464
- "description": "Optional number to set the thickness of the BSDF material Sign of thickness indicates whether proxied geometry is behind the BSDF surface (when thickness is positive) or in front (when thickness is negative)(default: 0).",
9596
+ "description": "Optional number to set the thickness of the BSDF material Sign of thickness indicates whether proxied geometry is behind the BSDF surface (when thickness is positive) or in front (when thickness is negative).",
9465
9597
  "default": 0,
9466
9598
  "type": "number",
9467
9599
  "format": "double"
9468
9600
  },
9469
9601
  "function_file": {
9470
9602
  "title": "Function File",
9471
- "description": "Optional input for function file (default: \".\").",
9603
+ "description": "Optional input for function file. Using \".\" will ensure that BSDF data is written to the root of wherever a given study is run.",
9472
9604
  "default": ".",
9473
9605
  "maxLength": 100,
9474
9606
  "minLength": 1,
@@ -9476,14 +9608,14 @@
9476
9608
  },
9477
9609
  "transform": {
9478
9610
  "title": "Transform",
9479
- "description": "Optional transform input to scale the thickness and reorient the up vector (default: None).",
9611
+ "description": "Optional transform input to scale the thickness and reorient the up vector.",
9480
9612
  "maxLength": 100,
9481
9613
  "minLength": 1,
9482
9614
  "type": "string"
9483
9615
  },
9484
9616
  "front_diffuse_reflectance": {
9485
9617
  "title": "Front Diffuse Reflectance",
9486
- "description": "Optional additional front diffuse reflectance as sequence of numbers (default: None).",
9618
+ "description": "Optional additional front diffuse reflectance as sequence of three RGB numbers.",
9487
9619
  "minItems": 3,
9488
9620
  "maxItems": 3,
9489
9621
  "type": "array",
@@ -9494,7 +9626,7 @@
9494
9626
  },
9495
9627
  "back_diffuse_reflectance": {
9496
9628
  "title": "Back Diffuse Reflectance",
9497
- "description": "Optional additional back diffuse reflectance as sequence of numbers (default: None).",
9629
+ "description": "Optional additional back diffuse reflectance as sequence of three RGB numbers.",
9498
9630
  "minItems": 3,
9499
9631
  "maxItems": 3,
9500
9632
  "type": "array",
@@ -9505,7 +9637,7 @@
9505
9637
  },
9506
9638
  "diffuse_transmittance": {
9507
9639
  "title": "Diffuse Transmittance",
9508
- "description": "Optional additional diffuse transmittance as sequence of numbers (default: None).",
9640
+ "description": "Optional additional diffuse transmittance as sequence of three RGB numbers.",
9509
9641
  "minItems": 3,
9510
9642
  "maxItems": 3,
9511
9643
  "type": "array",
@@ -9529,6 +9661,8 @@
9529
9661
  "identifier": {
9530
9662
  "title": "Identifier",
9531
9663
  "description": "Text string for a unique Radiance object. Must not contain spaces or special characters. This will be used to identify the object across a model and in the exported Radiance files.",
9664
+ "minLength": 1,
9665
+ "pattern": "^[.A-Za-z0-9_-]+$",
9532
9666
  "type": "string"
9533
9667
  },
9534
9668
  "display_name": {
@@ -9538,16 +9672,16 @@
9538
9672
  },
9539
9673
  "type": {
9540
9674
  "title": "Type",
9541
- "default": "glass",
9542
- "pattern": "^glass$",
9675
+ "default": "Glass",
9676
+ "pattern": "^Glass$",
9543
9677
  "type": "string",
9544
9678
  "readOnly": true
9545
9679
  },
9546
9680
  "modifier": {
9547
9681
  "title": "Modifier",
9548
- "description": "Material modifier (default: Void).",
9682
+ "description": "Material modifier.",
9549
9683
  "default": {
9550
- "type": "void"
9684
+ "type": "Void"
9551
9685
  },
9552
9686
  "anyOf": [
9553
9687
  {
@@ -9581,7 +9715,7 @@
9581
9715
  },
9582
9716
  "dependencies": {
9583
9717
  "title": "Dependencies",
9584
- "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers (default: None).",
9718
+ "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers.",
9585
9719
  "type": "array",
9586
9720
  "items": {
9587
9721
  "anyOf": [
@@ -9617,7 +9751,7 @@
9617
9751
  },
9618
9752
  "r_transmissivity": {
9619
9753
  "title": "R Transmissivity",
9620
- "description": "A value between 0 and 1 for the red channel transmissivity (default: 0).",
9754
+ "description": "A value between 0 and 1 for the red channel transmissivity.",
9621
9755
  "default": 0.0,
9622
9756
  "minimum": 0,
9623
9757
  "maximum": 1,
@@ -9626,7 +9760,7 @@
9626
9760
  },
9627
9761
  "g_transmissivity": {
9628
9762
  "title": "G Transmissivity",
9629
- "description": "A value between 0 and 1 for the green channel transmissivity (default: 0).",
9763
+ "description": "A value between 0 and 1 for the green channel transmissivity.",
9630
9764
  "default": 0.0,
9631
9765
  "minimum": 0,
9632
9766
  "maximum": 1,
@@ -9635,7 +9769,7 @@
9635
9769
  },
9636
9770
  "b_transmissivity": {
9637
9771
  "title": "B Transmissivity",
9638
- "description": "A value between 0 and 1 for the blue channel transmissivity (default: 0).",
9772
+ "description": "A value between 0 and 1 for the blue channel transmissivity.",
9639
9773
  "default": 0.0,
9640
9774
  "minimum": 0,
9641
9775
  "maximum": 1,
@@ -9644,7 +9778,7 @@
9644
9778
  },
9645
9779
  "refraction_index": {
9646
9780
  "title": "Refraction Index",
9647
- "description": "A value between 0 and 1 for the index of refraction (default: 1.52).",
9781
+ "description": "A value between 0 and 1 for the index of refraction.",
9648
9782
  "default": 1.52,
9649
9783
  "minimum": 0,
9650
9784
  "type": "number",
@@ -9664,6 +9798,8 @@
9664
9798
  "identifier": {
9665
9799
  "title": "Identifier",
9666
9800
  "description": "Text string for a unique Radiance object. Must not contain spaces or special characters. This will be used to identify the object across a model and in the exported Radiance files.",
9801
+ "minLength": 1,
9802
+ "pattern": "^[.A-Za-z0-9_-]+$",
9667
9803
  "type": "string"
9668
9804
  },
9669
9805
  "display_name": {
@@ -9673,16 +9809,16 @@
9673
9809
  },
9674
9810
  "type": {
9675
9811
  "title": "Type",
9676
- "default": "plastic",
9677
- "pattern": "^plastic$",
9812
+ "default": "Plastic",
9813
+ "pattern": "^Plastic$",
9678
9814
  "type": "string",
9679
9815
  "readOnly": true
9680
9816
  },
9681
9817
  "modifier": {
9682
9818
  "title": "Modifier",
9683
- "description": "Material modifier (default: Void).",
9819
+ "description": "Material modifier.",
9684
9820
  "default": {
9685
- "type": "void"
9821
+ "type": "Void"
9686
9822
  },
9687
9823
  "anyOf": [
9688
9824
  {
@@ -9716,7 +9852,7 @@
9716
9852
  },
9717
9853
  "dependencies": {
9718
9854
  "title": "Dependencies",
9719
- "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers (default: None).",
9855
+ "description": "List of modifiers that this modifier depends on. This argument is only useful for defining advanced modifiers where the modifier is defined based on other modifiers.",
9720
9856
  "type": "array",
9721
9857
  "items": {
9722
9858
  "anyOf": [
@@ -9752,7 +9888,7 @@
9752
9888
  },
9753
9889
  "r_reflectance": {
9754
9890
  "title": "R Reflectance",
9755
- "description": "A value between 0 and 1 for the red channel reflectance (default: 0).",
9891
+ "description": "A value between 0 and 1 for the red channel reflectance.",
9756
9892
  "default": 0.0,
9757
9893
  "minimum": 0,
9758
9894
  "maximum": 1,
@@ -9761,7 +9897,7 @@
9761
9897
  },
9762
9898
  "g_reflectance": {
9763
9899
  "title": "G Reflectance",
9764
- "description": "A value between 0 and 1 for the green channel reflectance (default: 0).",
9900
+ "description": "A value between 0 and 1 for the green channel reflectance.",
9765
9901
  "default": 0.0,
9766
9902
  "minimum": 0,
9767
9903
  "maximum": 1,
@@ -9770,7 +9906,7 @@
9770
9906
  },
9771
9907
  "b_reflectance": {
9772
9908
  "title": "B Reflectance",
9773
- "description": "A value between 0 and 1 for the blue channel reflectance (default: 0).",
9909
+ "description": "A value between 0 and 1 for the blue channel reflectance.",
9774
9910
  "default": 0.0,
9775
9911
  "minimum": 0,
9776
9912
  "maximum": 1,
@@ -9779,7 +9915,7 @@
9779
9915
  },
9780
9916
  "specularity": {
9781
9917
  "title": "Specularity",
9782
- "description": "A value between 0 and 1 for the fraction of specularity. Specularity fractions greater than 0.1 are not realistic for non-metallic materials. (default: 0).",
9918
+ "description": "A value between 0 and 1 for the fraction of specularity. Specularity fractions greater than 0.1 are not realistic for non-metallic materials.",
9783
9919
  "default": 0,
9784
9920
  "minimum": 0,
9785
9921
  "maximum": 1,
@@ -9788,7 +9924,7 @@
9788
9924
  },
9789
9925
  "roughness": {
9790
9926
  "title": "Roughness",
9791
- "description": "A value between 0 and 1 for the roughness, specified as the rms slope of surface facets. Roughness greater than 0.2 are not realistic (default: 0).",
9927
+ "description": "A value between 0 and 1 for the roughness, specified as the RMS slope of surface facets. Roughness greater than 0.2 are not realistic.",
9792
9928
  "default": 0,
9793
9929
  "minimum": 0,
9794
9930
  "maximum": 1,
@@ -10460,6 +10596,8 @@
10460
10596
  "identifier": {
10461
10597
  "title": "Identifier",
10462
10598
  "description": "Text string for a unique Radiance object. Must not contain spaces or special characters. This will be used to identify the object across a model and in the exported Radiance files.",
10599
+ "minLength": 1,
10600
+ "pattern": "^[.A-Za-z0-9_-]+$",
10463
10601
  "type": "string"
10464
10602
  },
10465
10603
  "display_name": {
@@ -10750,6 +10888,8 @@
10750
10888
  "identifier": {
10751
10889
  "title": "Identifier",
10752
10890
  "description": "Text string for a unique Radiance object. Must not contain spaces or special characters. This will be used to identify the object across a model and in the exported Radiance files.",
10891
+ "minLength": 1,
10892
+ "pattern": "^[.A-Za-z0-9_-]+$",
10753
10893
  "type": "string"
10754
10894
  },
10755
10895
  "display_name": {
@@ -10979,6 +11119,8 @@
10979
11119
  "identifier": {
10980
11120
  "title": "Identifier",
10981
11121
  "description": "Text string for a unique Radiance object. Must not contain spaces or special characters. This will be used to identify the object across a model and in the exported Radiance files.",
11122
+ "minLength": 1,
11123
+ "pattern": "^[.A-Za-z0-9_-]+$",
10982
11124
  "type": "string"
10983
11125
  },
10984
11126
  "sensors": {
@@ -11070,6 +11212,8 @@
11070
11212
  "identifier": {
11071
11213
  "title": "Identifier",
11072
11214
  "description": "Text string for a unique Radiance object. Must not contain spaces or special characters. This will be used to identify the object across a model and in the exported Radiance files.",
11215
+ "minLength": 1,
11216
+ "pattern": "^[.A-Za-z0-9_-]+$",
11073
11217
  "type": "string"
11074
11218
  },
11075
11219
  "position": {
@@ -11307,7 +11451,7 @@
11307
11451
  "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, rad). This identifier is also used to reference the object across a Model. It must be < 100 characters and not contain any spaces or special characters.",
11308
11452
  "maxLength": 100,
11309
11453
  "minLength": 1,
11310
- "pattern": "[A-Za-z0-9_-]",
11454
+ "pattern": "^[.A-Za-z0-9_-]+$",
11311
11455
  "type": "string"
11312
11456
  },
11313
11457
  "properties": {
@@ -11339,7 +11483,7 @@
11339
11483
  "version": {
11340
11484
  "title": "Version",
11341
11485
  "description": "Text string for the current version of the schema.",
11342
- "default": "1.43.1",
11486
+ "default": "1.43.6",
11343
11487
  "pattern": "([0-9]+)\\.([0-9]+)\\.([0-9]+)",
11344
11488
  "type": "string",
11345
11489
  "readOnly": true