honeybee-openstudio 2.17.5 → 2.18.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.5",
7
7
  "title": "Honeybee Model Schema",
8
8
  "contact": {
9
9
  "name": "Ladybug Tools",
@@ -2261,13 +2261,6 @@
2261
2261
  "minLength": 1,
2262
2262
  "type": "string"
2263
2263
  },
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
2264
  "display_name": {
2272
2265
  "title": "Display Name",
2273
2266
  "description": "Display name of the object with no character restrictions.",
@@ -2280,6 +2273,13 @@
2280
2273
  "type": "string",
2281
2274
  "readOnly": true
2282
2275
  },
2276
+ "activity_schedule": {
2277
+ "title": "Activity Schedule",
2278
+ "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.",
2279
+ "maxLength": 100,
2280
+ "minLength": 1,
2281
+ "type": "string"
2282
+ },
2283
2283
  "radiant_fraction": {
2284
2284
  "title": "Radiant Fraction",
2285
2285
  "description": "The radiant fraction of sensible heat released by people. (Default: 0.3).",
@@ -2311,8 +2311,7 @@
2311
2311
  "required": [
2312
2312
  "identifier",
2313
2313
  "people_per_area",
2314
- "occupancy_schedule",
2315
- "activity_schedule"
2314
+ "occupancy_schedule"
2316
2315
  ],
2317
2316
  "additionalProperties": false
2318
2317
  },
@@ -4980,18 +4979,6 @@
4980
4979
  "minLength": 1,
4981
4980
  "type": "string"
4982
4981
  },
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
4982
  "display_name": {
4996
4983
  "title": "Display Name",
4997
4984
  "description": "Display name of the object with no character restrictions.",
@@ -5011,11 +4998,22 @@
5011
4998
  "minimum": 0,
5012
4999
  "type": "number",
5013
5000
  "format": "double"
5001
+ },
5002
+ "air_mixing_schedule": {
5003
+ "title": "Air Mixing Schedule",
5004
+ "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.",
5005
+ "anyOf": [
5006
+ {
5007
+ "$ref": "#/components/schemas/ScheduleRuleset"
5008
+ },
5009
+ {
5010
+ "$ref": "#/components/schemas/ScheduleFixedInterval"
5011
+ }
5012
+ ]
5014
5013
  }
5015
5014
  },
5016
5015
  "required": [
5017
- "identifier",
5018
- "air_mixing_schedule"
5016
+ "identifier"
5019
5017
  ],
5020
5018
  "additionalProperties": false
5021
5019
  },
@@ -5315,13 +5313,6 @@
5315
5313
  "minLength": 1,
5316
5314
  "type": "string"
5317
5315
  },
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,
5323
- "type": "string"
5324
- },
5325
5316
  "display_name": {
5326
5317
  "title": "Display Name",
5327
5318
  "description": "Display name of the object with no character restrictions.",
@@ -5341,11 +5332,17 @@
5341
5332
  "minimum": 0,
5342
5333
  "type": "number",
5343
5334
  "format": "double"
5335
+ },
5336
+ "air_mixing_schedule": {
5337
+ "title": "Air Mixing Schedule",
5338
+ "description": "Identifier of a fractional schedule for the air mixing schedule across the construction. If unspecified, an Always On schedule will be assumed.",
5339
+ "maxLength": 100,
5340
+ "minLength": 1,
5341
+ "type": "string"
5344
5342
  }
5345
5343
  },
5346
5344
  "required": [
5347
- "identifier",
5348
- "air_mixing_schedule"
5345
+ "identifier"
5349
5346
  ],
5350
5347
  "additionalProperties": false
5351
5348
  },
@@ -7417,18 +7414,6 @@
7417
7414
  }
7418
7415
  ]
7419
7416
  },
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
7417
  "display_name": {
7433
7418
  "title": "Display Name",
7434
7419
  "description": "Display name of the object with no character restrictions.",
@@ -7441,6 +7426,18 @@
7441
7426
  "type": "string",
7442
7427
  "readOnly": true
7443
7428
  },
7429
+ "activity_schedule": {
7430
+ "title": "Activity Schedule",
7431
+ "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.",
7432
+ "anyOf": [
7433
+ {
7434
+ "$ref": "#/components/schemas/ScheduleRuleset"
7435
+ },
7436
+ {
7437
+ "$ref": "#/components/schemas/ScheduleFixedInterval"
7438
+ }
7439
+ ]
7440
+ },
7444
7441
  "radiant_fraction": {
7445
7442
  "title": "Radiant Fraction",
7446
7443
  "description": "The radiant fraction of sensible heat released by people. (Default: 0.3).",
@@ -7472,8 +7469,7 @@
7472
7469
  "required": [
7473
7470
  "identifier",
7474
7471
  "people_per_area",
7475
- "occupancy_schedule",
7476
- "activity_schedule"
7472
+ "occupancy_schedule"
7477
7473
  ],
7478
7474
  "additionalProperties": false
7479
7475
  },
@@ -8608,8 +8604,8 @@
8608
8604
  "properties": {
8609
8605
  "type": {
8610
8606
  "title": "Type",
8611
- "default": "void",
8612
- "pattern": "^void$",
8607
+ "default": "Void",
8608
+ "pattern": "^Void$",
8613
8609
  "type": "string",
8614
8610
  "readOnly": true
8615
8611
  }
@@ -8632,16 +8628,16 @@
8632
8628
  },
8633
8629
  "type": {
8634
8630
  "title": "Type",
8635
- "default": "mirror",
8636
- "pattern": "^mirror$",
8631
+ "default": "Mirror",
8632
+ "pattern": "^Mirror$",
8637
8633
  "type": "string",
8638
8634
  "readOnly": true
8639
8635
  },
8640
8636
  "modifier": {
8641
8637
  "title": "Modifier",
8642
- "description": "Material modifier (default: Void).",
8638
+ "description": "Material modifier.",
8643
8639
  "default": {
8644
- "type": "void"
8640
+ "type": "Void"
8645
8641
  },
8646
8642
  "anyOf": [
8647
8643
  {
@@ -8675,7 +8671,7 @@
8675
8671
  },
8676
8672
  "dependencies": {
8677
8673
  "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).",
8674
+ "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
8675
  "type": "array",
8680
8676
  "items": {
8681
8677
  "anyOf": [
@@ -8711,7 +8707,7 @@
8711
8707
  },
8712
8708
  "r_reflectance": {
8713
8709
  "title": "R Reflectance",
8714
- "description": "A value between 0 and 1 for the red channel reflectance (default: 1).",
8710
+ "description": "A value between 0 and 1 for the red channel reflectance.",
8715
8711
  "default": 1,
8716
8712
  "minimum": 0,
8717
8713
  "maximum": 1,
@@ -8720,7 +8716,7 @@
8720
8716
  },
8721
8717
  "g_reflectance": {
8722
8718
  "title": "G Reflectance",
8723
- "description": "A value between 0 and 1 for the green channel reflectance (default: 1).",
8719
+ "description": "A value between 0 and 1 for the green channel reflectance.",
8724
8720
  "default": 1,
8725
8721
  "minimum": 0,
8726
8722
  "maximum": 1,
@@ -8729,7 +8725,7 @@
8729
8725
  },
8730
8726
  "b_reflectance": {
8731
8727
  "title": "B Reflectance",
8732
- "description": "A value between 0 and 1 for the blue channel reflectance (default: 1).",
8728
+ "description": "A value between 0 and 1 for the blue channel reflectance.",
8733
8729
  "default": 1,
8734
8730
  "minimum": 0,
8735
8731
  "maximum": 1,
@@ -8738,7 +8734,7 @@
8738
8734
  },
8739
8735
  "alternate_material": {
8740
8736
  "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).",
8737
+ "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
8738
  "anyOf": [
8743
8739
  {
8744
8740
  "$ref": "#/components/schemas/Plastic"
@@ -8792,16 +8788,16 @@
8792
8788
  },
8793
8789
  "type": {
8794
8790
  "title": "Type",
8795
- "default": "metal",
8796
- "pattern": "^metal$",
8791
+ "default": "Metal",
8792
+ "pattern": "^Metal$",
8797
8793
  "type": "string",
8798
8794
  "readOnly": true
8799
8795
  },
8800
8796
  "modifier": {
8801
8797
  "title": "Modifier",
8802
- "description": "Material modifier (default: Void).",
8798
+ "description": "Material modifier.",
8803
8799
  "default": {
8804
- "type": "void"
8800
+ "type": "Void"
8805
8801
  },
8806
8802
  "anyOf": [
8807
8803
  {
@@ -8835,7 +8831,7 @@
8835
8831
  },
8836
8832
  "dependencies": {
8837
8833
  "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).",
8834
+ "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
8835
  "type": "array",
8840
8836
  "items": {
8841
8837
  "anyOf": [
@@ -8871,7 +8867,7 @@
8871
8867
  },
8872
8868
  "r_reflectance": {
8873
8869
  "title": "R Reflectance",
8874
- "description": "A value between 0 and 1 for the red channel reflectance (default: 0).",
8870
+ "description": "A value between 0 and 1 for the red channel reflectance.",
8875
8871
  "default": 0.0,
8876
8872
  "minimum": 0,
8877
8873
  "maximum": 1,
@@ -8880,7 +8876,7 @@
8880
8876
  },
8881
8877
  "g_reflectance": {
8882
8878
  "title": "G Reflectance",
8883
- "description": "A value between 0 and 1 for the green channel reflectance (default: 0).",
8879
+ "description": "A value between 0 and 1 for the green channel reflectance.",
8884
8880
  "default": 0.0,
8885
8881
  "minimum": 0,
8886
8882
  "maximum": 1,
@@ -8889,7 +8885,7 @@
8889
8885
  },
8890
8886
  "b_reflectance": {
8891
8887
  "title": "B Reflectance",
8892
- "description": "A value between 0 and 1 for the blue channel reflectance (default: 0).",
8888
+ "description": "A value between 0 and 1 for the blue channel reflectance.",
8893
8889
  "default": 0.0,
8894
8890
  "minimum": 0,
8895
8891
  "maximum": 1,
@@ -8898,7 +8894,7 @@
8898
8894
  },
8899
8895
  "specularity": {
8900
8896
  "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).",
8897
+ "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
8898
  "default": 0.9,
8903
8899
  "minimum": 0,
8904
8900
  "maximum": 1,
@@ -8907,7 +8903,7 @@
8907
8903
  },
8908
8904
  "roughness": {
8909
8905
  "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).",
8906
+ "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
8907
  "default": 0,
8912
8908
  "minimum": 0,
8913
8909
  "maximum": 1,
@@ -8937,16 +8933,16 @@
8937
8933
  },
8938
8934
  "type": {
8939
8935
  "title": "Type",
8940
- "default": "trans",
8941
- "pattern": "^trans$",
8936
+ "default": "Trans",
8937
+ "pattern": "^Trans$",
8942
8938
  "type": "string",
8943
8939
  "readOnly": true
8944
8940
  },
8945
8941
  "modifier": {
8946
8942
  "title": "Modifier",
8947
- "description": "Material modifier (default: Void).",
8943
+ "description": "Material modifier.",
8948
8944
  "default": {
8949
- "type": "void"
8945
+ "type": "Void"
8950
8946
  },
8951
8947
  "anyOf": [
8952
8948
  {
@@ -8980,7 +8976,7 @@
8980
8976
  },
8981
8977
  "dependencies": {
8982
8978
  "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).",
8979
+ "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
8980
  "type": "array",
8985
8981
  "items": {
8986
8982
  "anyOf": [
@@ -9016,7 +9012,7 @@
9016
9012
  },
9017
9013
  "r_reflectance": {
9018
9014
  "title": "R Reflectance",
9019
- "description": "A value between 0 and 1 for the red channel reflectance (default: 0).",
9015
+ "description": "A value between 0 and 1 for the red channel reflectance.",
9020
9016
  "default": 0.0,
9021
9017
  "minimum": 0,
9022
9018
  "maximum": 1,
@@ -9025,7 +9021,7 @@
9025
9021
  },
9026
9022
  "g_reflectance": {
9027
9023
  "title": "G Reflectance",
9028
- "description": "A value between 0 and 1 for the green channel reflectance (default: 0).",
9024
+ "description": "A value between 0 and 1 for the green channel reflectance.",
9029
9025
  "default": 0.0,
9030
9026
  "minimum": 0,
9031
9027
  "maximum": 1,
@@ -9034,7 +9030,7 @@
9034
9030
  },
9035
9031
  "b_reflectance": {
9036
9032
  "title": "B Reflectance",
9037
- "description": "A value between 0 and 1 for the blue channel reflectance (default: 0).",
9033
+ "description": "A value between 0 and 1 for the blue channel reflectance.",
9038
9034
  "default": 0.0,
9039
9035
  "minimum": 0,
9040
9036
  "maximum": 1,
@@ -9043,7 +9039,7 @@
9043
9039
  },
9044
9040
  "specularity": {
9045
9041
  "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).",
9042
+ "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
9043
  "default": 0,
9048
9044
  "minimum": 0,
9049
9045
  "maximum": 1,
@@ -9052,7 +9048,7 @@
9052
9048
  },
9053
9049
  "roughness": {
9054
9050
  "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).",
9051
+ "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
9052
  "default": 0,
9057
9053
  "minimum": 0,
9058
9054
  "maximum": 1,
@@ -9061,7 +9057,7 @@
9061
9057
  },
9062
9058
  "transmitted_diff": {
9063
9059
  "title": "Transmitted Diff",
9064
- "description": "The fraction of transmitted light that is transmitted diffusely in a scattering fashion (default: 0).",
9060
+ "description": "The fraction of transmitted light that is transmitted diffusely in a scattering fashion.",
9065
9061
  "default": 0,
9066
9062
  "minimum": 0,
9067
9063
  "maximum": 1,
@@ -9070,7 +9066,7 @@
9070
9066
  },
9071
9067
  "transmitted_spec": {
9072
9068
  "title": "Transmitted Spec",
9073
- "description": "The fraction of transmitted light that is not diffusely scattered (default: 0).",
9069
+ "description": "The fraction of transmitted light that is not diffusely scattered.",
9074
9070
  "default": 0,
9075
9071
  "minimum": 0,
9076
9072
  "maximum": 1,
@@ -9100,16 +9096,16 @@
9100
9096
  },
9101
9097
  "type": {
9102
9098
  "title": "Type",
9103
- "default": "light",
9104
- "pattern": "^light$",
9099
+ "default": "Light",
9100
+ "pattern": "^Light$",
9105
9101
  "type": "string",
9106
9102
  "readOnly": true
9107
9103
  },
9108
9104
  "modifier": {
9109
9105
  "title": "Modifier",
9110
- "description": "Material modifier (default: Void).",
9106
+ "description": "Material modifier.",
9111
9107
  "default": {
9112
- "type": "void"
9108
+ "type": "Void"
9113
9109
  },
9114
9110
  "anyOf": [
9115
9111
  {
@@ -9143,7 +9139,7 @@
9143
9139
  },
9144
9140
  "dependencies": {
9145
9141
  "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).",
9142
+ "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
9143
  "type": "array",
9148
9144
  "items": {
9149
9145
  "anyOf": [
@@ -9179,7 +9175,7 @@
9179
9175
  },
9180
9176
  "r_emittance": {
9181
9177
  "title": "R Emittance",
9182
- "description": "A value between 0 and 1 for the red channel of the modifier (default: 0).",
9178
+ "description": "A value between 0 and 1 for the red channel of the modifier.",
9183
9179
  "default": 0.0,
9184
9180
  "minimum": 0,
9185
9181
  "maximum": 1,
@@ -9188,7 +9184,7 @@
9188
9184
  },
9189
9185
  "g_emittance": {
9190
9186
  "title": "G Emittance",
9191
- "description": "A value between 0 and 1 for the green channel of the modifier (default: 0).",
9187
+ "description": "A value between 0 and 1 for the green channel of the modifier.",
9192
9188
  "default": 0.0,
9193
9189
  "minimum": 0,
9194
9190
  "maximum": 1,
@@ -9197,7 +9193,7 @@
9197
9193
  },
9198
9194
  "b_emittance": {
9199
9195
  "title": "B Emittance",
9200
- "description": "A value between 0 and 1 for the blue channel of the modifier (default: 0).",
9196
+ "description": "A value between 0 and 1 for the blue channel of the modifier.",
9201
9197
  "default": 0.0,
9202
9198
  "minimum": 0,
9203
9199
  "maximum": 1,
@@ -9227,16 +9223,16 @@
9227
9223
  },
9228
9224
  "type": {
9229
9225
  "title": "Type",
9230
- "default": "glow",
9231
- "pattern": "^glow$",
9226
+ "default": "Glow",
9227
+ "pattern": "^Glow$",
9232
9228
  "type": "string",
9233
9229
  "readOnly": true
9234
9230
  },
9235
9231
  "modifier": {
9236
9232
  "title": "Modifier",
9237
- "description": "Material modifier (default: Void).",
9233
+ "description": "Material modifier.",
9238
9234
  "default": {
9239
- "type": "void"
9235
+ "type": "Void"
9240
9236
  },
9241
9237
  "anyOf": [
9242
9238
  {
@@ -9270,7 +9266,7 @@
9270
9266
  },
9271
9267
  "dependencies": {
9272
9268
  "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).",
9269
+ "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
9270
  "type": "array",
9275
9271
  "items": {
9276
9272
  "anyOf": [
@@ -9306,7 +9302,7 @@
9306
9302
  },
9307
9303
  "r_emittance": {
9308
9304
  "title": "R Emittance",
9309
- "description": "A value between 0 and 1 for the red channel of the modifier (default: 0).",
9305
+ "description": "A value between 0 and 1 for the red channel of the modifier.",
9310
9306
  "default": 0.0,
9311
9307
  "minimum": 0,
9312
9308
  "maximum": 1,
@@ -9315,7 +9311,7 @@
9315
9311
  },
9316
9312
  "g_emittance": {
9317
9313
  "title": "G Emittance",
9318
- "description": "A value between 0 and 1 for the green channel of the modifier (default: 0).",
9314
+ "description": "A value between 0 and 1 for the green channel of the modifier.",
9319
9315
  "default": 0.0,
9320
9316
  "minimum": 0,
9321
9317
  "maximum": 1,
@@ -9324,7 +9320,7 @@
9324
9320
  },
9325
9321
  "b_emittance": {
9326
9322
  "title": "B Emittance",
9327
- "description": "A value between 0 and 1 for the blue channel of the modifier (default: 0).",
9323
+ "description": "A value between 0 and 1 for the blue channel of the modifier.",
9328
9324
  "default": 0.0,
9329
9325
  "minimum": 0,
9330
9326
  "maximum": 1,
@@ -9333,7 +9329,7 @@
9333
9329
  },
9334
9330
  "max_radius": {
9335
9331
  "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.",
9332
+ "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
9333
  "default": 0,
9338
9334
  "type": "number",
9339
9335
  "format": "double"
@@ -9373,9 +9369,9 @@
9373
9369
  },
9374
9370
  "modifier": {
9375
9371
  "title": "Modifier",
9376
- "description": "Material modifier (default: Void).",
9372
+ "description": "Material modifier.",
9377
9373
  "default": {
9378
- "type": "void"
9374
+ "type": "Void"
9379
9375
  },
9380
9376
  "anyOf": [
9381
9377
  {
@@ -9409,7 +9405,7 @@
9409
9405
  },
9410
9406
  "dependencies": {
9411
9407
  "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).",
9408
+ "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
9409
  "type": "array",
9414
9410
  "items": {
9415
9411
  "anyOf": [
@@ -9445,7 +9441,7 @@
9445
9441
  },
9446
9442
  "up_orientation": {
9447
9443
  "title": "Up Orientation",
9448
- "description": "Vector as sequence that sets the hemisphere that the BSDF material faces. (default: (0.01, 0.01, 1.00).",
9444
+ "description": "Vector as sequence that sets the hemisphere that the BSDF material faces.",
9449
9445
  "default": [
9450
9446
  0.01,
9451
9447
  0.01,
@@ -9461,14 +9457,14 @@
9461
9457
  },
9462
9458
  "thickness": {
9463
9459
  "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).",
9460
+ "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
9461
  "default": 0,
9466
9462
  "type": "number",
9467
9463
  "format": "double"
9468
9464
  },
9469
9465
  "function_file": {
9470
9466
  "title": "Function File",
9471
- "description": "Optional input for function file (default: \".\").",
9467
+ "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
9468
  "default": ".",
9473
9469
  "maxLength": 100,
9474
9470
  "minLength": 1,
@@ -9476,14 +9472,14 @@
9476
9472
  },
9477
9473
  "transform": {
9478
9474
  "title": "Transform",
9479
- "description": "Optional transform input to scale the thickness and reorient the up vector (default: None).",
9475
+ "description": "Optional transform input to scale the thickness and reorient the up vector.",
9480
9476
  "maxLength": 100,
9481
9477
  "minLength": 1,
9482
9478
  "type": "string"
9483
9479
  },
9484
9480
  "front_diffuse_reflectance": {
9485
9481
  "title": "Front Diffuse Reflectance",
9486
- "description": "Optional additional front diffuse reflectance as sequence of numbers (default: None).",
9482
+ "description": "Optional additional front diffuse reflectance as sequence of three RGB numbers.",
9487
9483
  "minItems": 3,
9488
9484
  "maxItems": 3,
9489
9485
  "type": "array",
@@ -9494,7 +9490,7 @@
9494
9490
  },
9495
9491
  "back_diffuse_reflectance": {
9496
9492
  "title": "Back Diffuse Reflectance",
9497
- "description": "Optional additional back diffuse reflectance as sequence of numbers (default: None).",
9493
+ "description": "Optional additional back diffuse reflectance as sequence of three RGB numbers.",
9498
9494
  "minItems": 3,
9499
9495
  "maxItems": 3,
9500
9496
  "type": "array",
@@ -9505,7 +9501,7 @@
9505
9501
  },
9506
9502
  "diffuse_transmittance": {
9507
9503
  "title": "Diffuse Transmittance",
9508
- "description": "Optional additional diffuse transmittance as sequence of numbers (default: None).",
9504
+ "description": "Optional additional diffuse transmittance as sequence of three RGB numbers.",
9509
9505
  "minItems": 3,
9510
9506
  "maxItems": 3,
9511
9507
  "type": "array",
@@ -9538,16 +9534,16 @@
9538
9534
  },
9539
9535
  "type": {
9540
9536
  "title": "Type",
9541
- "default": "glass",
9542
- "pattern": "^glass$",
9537
+ "default": "Glass",
9538
+ "pattern": "^Glass$",
9543
9539
  "type": "string",
9544
9540
  "readOnly": true
9545
9541
  },
9546
9542
  "modifier": {
9547
9543
  "title": "Modifier",
9548
- "description": "Material modifier (default: Void).",
9544
+ "description": "Material modifier.",
9549
9545
  "default": {
9550
- "type": "void"
9546
+ "type": "Void"
9551
9547
  },
9552
9548
  "anyOf": [
9553
9549
  {
@@ -9581,7 +9577,7 @@
9581
9577
  },
9582
9578
  "dependencies": {
9583
9579
  "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).",
9580
+ "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
9581
  "type": "array",
9586
9582
  "items": {
9587
9583
  "anyOf": [
@@ -9617,7 +9613,7 @@
9617
9613
  },
9618
9614
  "r_transmissivity": {
9619
9615
  "title": "R Transmissivity",
9620
- "description": "A value between 0 and 1 for the red channel transmissivity (default: 0).",
9616
+ "description": "A value between 0 and 1 for the red channel transmissivity.",
9621
9617
  "default": 0.0,
9622
9618
  "minimum": 0,
9623
9619
  "maximum": 1,
@@ -9626,7 +9622,7 @@
9626
9622
  },
9627
9623
  "g_transmissivity": {
9628
9624
  "title": "G Transmissivity",
9629
- "description": "A value between 0 and 1 for the green channel transmissivity (default: 0).",
9625
+ "description": "A value between 0 and 1 for the green channel transmissivity.",
9630
9626
  "default": 0.0,
9631
9627
  "minimum": 0,
9632
9628
  "maximum": 1,
@@ -9635,7 +9631,7 @@
9635
9631
  },
9636
9632
  "b_transmissivity": {
9637
9633
  "title": "B Transmissivity",
9638
- "description": "A value between 0 and 1 for the blue channel transmissivity (default: 0).",
9634
+ "description": "A value between 0 and 1 for the blue channel transmissivity.",
9639
9635
  "default": 0.0,
9640
9636
  "minimum": 0,
9641
9637
  "maximum": 1,
@@ -9644,7 +9640,7 @@
9644
9640
  },
9645
9641
  "refraction_index": {
9646
9642
  "title": "Refraction Index",
9647
- "description": "A value between 0 and 1 for the index of refraction (default: 1.52).",
9643
+ "description": "A value between 0 and 1 for the index of refraction.",
9648
9644
  "default": 1.52,
9649
9645
  "minimum": 0,
9650
9646
  "type": "number",
@@ -9673,16 +9669,16 @@
9673
9669
  },
9674
9670
  "type": {
9675
9671
  "title": "Type",
9676
- "default": "plastic",
9677
- "pattern": "^plastic$",
9672
+ "default": "Plastic",
9673
+ "pattern": "^Plastic$",
9678
9674
  "type": "string",
9679
9675
  "readOnly": true
9680
9676
  },
9681
9677
  "modifier": {
9682
9678
  "title": "Modifier",
9683
- "description": "Material modifier (default: Void).",
9679
+ "description": "Material modifier.",
9684
9680
  "default": {
9685
- "type": "void"
9681
+ "type": "Void"
9686
9682
  },
9687
9683
  "anyOf": [
9688
9684
  {
@@ -9716,7 +9712,7 @@
9716
9712
  },
9717
9713
  "dependencies": {
9718
9714
  "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).",
9715
+ "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
9716
  "type": "array",
9721
9717
  "items": {
9722
9718
  "anyOf": [
@@ -9752,7 +9748,7 @@
9752
9748
  },
9753
9749
  "r_reflectance": {
9754
9750
  "title": "R Reflectance",
9755
- "description": "A value between 0 and 1 for the red channel reflectance (default: 0).",
9751
+ "description": "A value between 0 and 1 for the red channel reflectance.",
9756
9752
  "default": 0.0,
9757
9753
  "minimum": 0,
9758
9754
  "maximum": 1,
@@ -9761,7 +9757,7 @@
9761
9757
  },
9762
9758
  "g_reflectance": {
9763
9759
  "title": "G Reflectance",
9764
- "description": "A value between 0 and 1 for the green channel reflectance (default: 0).",
9760
+ "description": "A value between 0 and 1 for the green channel reflectance.",
9765
9761
  "default": 0.0,
9766
9762
  "minimum": 0,
9767
9763
  "maximum": 1,
@@ -9770,7 +9766,7 @@
9770
9766
  },
9771
9767
  "b_reflectance": {
9772
9768
  "title": "B Reflectance",
9773
- "description": "A value between 0 and 1 for the blue channel reflectance (default: 0).",
9769
+ "description": "A value between 0 and 1 for the blue channel reflectance.",
9774
9770
  "default": 0.0,
9775
9771
  "minimum": 0,
9776
9772
  "maximum": 1,
@@ -9779,7 +9775,7 @@
9779
9775
  },
9780
9776
  "specularity": {
9781
9777
  "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).",
9778
+ "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
9779
  "default": 0,
9784
9780
  "minimum": 0,
9785
9781
  "maximum": 1,
@@ -9788,7 +9784,7 @@
9788
9784
  },
9789
9785
  "roughness": {
9790
9786
  "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).",
9787
+ "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
9788
  "default": 0,
9793
9789
  "minimum": 0,
9794
9790
  "maximum": 1,
@@ -11339,7 +11335,7 @@
11339
11335
  "version": {
11340
11336
  "title": "Version",
11341
11337
  "description": "Text string for the current version of the schema.",
11342
- "default": "1.43.1",
11338
+ "default": "1.43.5",
11343
11339
  "pattern": "([0-9]+)\\.([0-9]+)\\.([0-9]+)",
11344
11340
  "type": "string",
11345
11341
  "readOnly": true