lib/honeybee/_defaults/simulation-parameter.json in honeybee-openstudio-2.9.2 vs lib/honeybee/_defaults/simulation-parameter.json in honeybee-openstudio-2.10.0

- old
+ new

@@ -1,12 +1,12 @@ { "openapi": "3.0.2", "servers": [], "info": { - "description": "This is the documentation for Honeybee energy simulation parameter schema.", - "version": "1.36.0", - "title": "Honeybee Energy Simulation Parameter Schema", + "description": "Honeybee simulation-parameter schema.", + "version": "1.39.12", + "title": "Honeybee Simulation Parameter Schema", "contact": { "name": "Ladybug Tools", "email": "info@ladybug.tools", "url": "https://github.com/ladybug-tools/honeybee-schema" }, @@ -184,11 +184,10 @@ "pattern": "^SimulationOutput$", "type": "string", "readOnly": true }, "reporting_frequency": { - "title": "Reporting Frequency", "default": "Hourly", "allOf": [ { "$ref": "#/components/schemas/ReportingFrequency" } @@ -325,11 +324,10 @@ "type": "integer", "format": "int32" } }, "start_day_of_week": { - "title": "Start Day Of Week", "description": "Text for the day of the week on which the simulation starts.", "default": "Sunday", "allOf": [ { "$ref": "#/components/schemas/DaysOfWeek" @@ -454,30 +452,27 @@ "pattern": "^ShadowCalculation$", "type": "string", "readOnly": true }, "solar_distribution": { - "title": "Solar Distribution", "default": "FullExteriorWithReflections", "allOf": [ { "$ref": "#/components/schemas/SolarDistribution" } ] }, "calculation_method": { - "title": "Calculation Method", "description": "Text noting whether CPU-based polygon clipping method orGPU-based pixel counting method should be used. For low numbers of shadingsurfaces (less than ~200), PolygonClipping requires less runtime thanPixelCounting. However, PixelCounting runtime scales significantlybetter at higher numbers of shading surfaces. PixelCounting also hasno limitations related to zone concavity when used with any\u201cFullInterior\u201d solar distribution options.", "default": "PolygonClipping", "allOf": [ { "$ref": "#/components/schemas/CalculationMethod" } ] }, "calculation_update_method": { - "title": "Calculation Update Method", "description": "Text describing how often the solar and shading calculations are updated with respect to the flow of time in the simulation.", "default": "Periodic", "allOf": [ { "$ref": "#/components/schemas/CalculationUpdateMethod" @@ -513,11 +508,10 @@ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", - "Saturday", "Holiday", "CustomDay1", "CustomDay2" ], "type": "string" @@ -571,16 +565,11 @@ "title": "HumidityCondition", "description": "Used to specify humidity conditions on a design day.", "type": "object", "properties": { "humidity_type": { - "title": "Humidity Type", - "allOf": [ - { - "$ref": "#/components/schemas/HumidityTypes" - } - ] + "$ref": "#/components/schemas/HumidityTypes" }, "humidity_value": { "title": "Humidity Value", "description": "The value correcponding to the humidity_type.", "type": "number", @@ -764,16 +753,11 @@ "maxLength": 100, "minLength": 1, "type": "string" }, "day_type": { - "title": "Day Type", - "allOf": [ - { - "$ref": "#/components/schemas/DesignDayTypes" - } - ] + "$ref": "#/components/schemas/DesignDayTypes" }, "dry_bulb_condition": { "title": "Dry Bulb Condition", "description": "A DryBulbCondition describing temperature conditions on the design day.", "allOf": [ @@ -954,10 +938,9 @@ "minimum": -360, "type": "number", "format": "double" }, "terrain_type": { - "title": "Terrain Type", "description": "Text for the terrain in which the model sits. This is used to determine the wind profile over the height of the rooms.", "default": "City", "allOf": [ { "$ref": "#/components/schemas/TerrianTypes" \ No newline at end of file