| Column | Type | Details |
|---|---|---|
| property_filter | PropertyFilter | |
| name | Text | |
| views | DynamicMultiDiscrete | active_tabs.name |
| visualizer | FixedDiscrete | [table, image, horizontal_table, octave_bands, text, container, alternatives_grid] |
| data | FixedDiscrete | [specification, perfcases, alternatives, energy, custom_table] |
| params | UnionJson | JSON schemas |
| products | Text | |
| level | FixedDiscrete | [zero, one, two, three, four, five, six, seven] |
| data_params | UnionJson | JSON schemas |
table_params
"default": {},
"type": "object",
"properties": {
"result_mode": {
"default": "one_column_per_result",
"type": "string",
"enum": [
"one_column_per_result",
"one_table_per_result"
]
},
"column_names": {
"default": [
""
],
"type": "array",
"items": {
"allOf": [
{
"type": "string"
},
{}
]
}
},
"heading": {
"default": "",
"type": "string"
},
"unit_selector": {
"default": "after_values",
"type": "string",
"enum": [
"after_name",
"with_name",
"with_value",
"after_value",
"after_values"
]
},
"layout_columns": {
"default": 1,
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
},
"partial_mode": {
"default": "all",
"type": "string",
"enum": [
"all",
"only_names",
"only_values"
]
}
},
"$id": "./table_params"
}
image_params
"allOf": [
{
"anyOf": [
{
"type": "object",
"properties": {
"promaster": {
"type": "object",
"properties": {
"type": {
"allOf": [
{
"type": "string"
},
{}
]
},
"name": {
"allOf": [
{
"type": "string"
},
{}
]
}
}
}
},
"required": [
"promaster"
]
},
{
"type": "object",
"properties": {
"aircalc": {
"type": "object",
"properties": {
"specField": {
"type": "string"
}
},
"required": [
"specField"
]
}
},
"required": [
"aircalc"
]
},
{
"type": "object",
"properties": {
"chart": {
"type": "object",
"properties": {
"download": {
"type": "boolean"
},
"showLabels": {
"type": "boolean"
},
"showSystemCurve": {
"type": "boolean"
},
"showPressureCurve": {
"type": "boolean"
},
"showPressureCurves": {
"type": "boolean"
},
"showPressureCurveMax": {
"type": "boolean"
},
"showPowerCurve": {
"type": "boolean"
},
"showPowerCurveMax": {
"type": "boolean"
},
"showStaticEfficiencyCurve": {
"type": "boolean"
},
"showStaticEfficiencyCurveMax": {
"type": "boolean"
},
"flow": {
"type": "string"
},
"pressure": {
"type": "string"
},
"flowPoints": {
"type": "string"
},
"pressurePoints": {
"type": "string"
},
"powerPoints": {
"type": "string"
},
"nPoints": {
"type": "string"
},
"iPoints": {
"type": "string"
},
"lwInPoints": {
"type": "string"
},
"lwOutPoints": {
"type": "string"
},
"uControl": {
"type": "string"
},
"staticEfficiencyPoints": {
"type": "string"
},
"flowPointsMax": {
"type": "string"
},
"pressurePointsMax": {
"type": "string"
},
"powerPointsMax": {
"type": "string"
},
"nPointsMax": {
"type": "string"
},
"iPointsMax": {
"type": "string"
},
"lwInPointsMax": {
"type": "string"
},
"lwOutPointsMax": {
"type": "string"
},
"uControlMax": {
"type": "string"
},
"staticEfficiencyPointsMax": {
"type": "string"
}
}
}
},
"required": [
"chart"
]
},
{
"type": "object",
"properties": {
"geometry": {
"type": "object",
"properties": {
"children": {
"type": "boolean"
},
"gray_scale": {
"type": "boolean"
},
"only_stroke": {
"type": "boolean"
},
"view": {
"type": "string",
"enum": [
"front",
"back",
"top",
"bottom",
"left",
"right"
]
},
"dimensions": {
"type": "boolean"
},
"stroke_thickness": {
"type": "number"
},
"alignment": {
"default": "three_d",
"type": "string",
"enum": [
"three_d",
"casing",
"three_d_dimension"
]
},
"detail_level": {
"type": "string",
"enum": [
"schematic",
"simple",
"detailed"
]
},
"toggles": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"anyOf": [
{
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
},
{
"type": "boolean"
}
]
}
},
"view_group": {
"type": "string"
}
}
}
},
"required": [
"geometry"
]
},
{
"type": "object",
"properties": {
"dynamic_image": {
"type": "object",
"properties": {
"name": {
"allOf": [
{
"type": "string"
},
{
"$ref": "./_/_/dynamic_images/dynamic_image/name.json"
}
]
}
},
"required": [
"name"
]
}
},
"required": [
"dynamic_image"
]
},
{
"type": "object",
"properties": {
"pressure_sound_chart": {
"type": "object",
"properties": {
"download": {
"default": true,
"type": "boolean"
},
"throw_length_axis": {
"default": false,
"type": "boolean"
},
"sound_type": {
"default": "lwa",
"type": "string",
"enum": [
"lwa",
"lp10a"
]
},
"logarithmic_x": {
"default": true,
"type": "boolean"
},
"logarithmic_y": {
"default": true,
"type": "boolean"
},
"alternatives_filter": {
"default": "only_selected",
"type": "string",
"enum": [
"only_selected",
"all",
"no_errors",
"no_warnings_or_errors"
]
},
"show_alternatives_filter": {
"default": true,
"type": "boolean"
},
"always_show_selected": {
"default": true,
"type": "boolean"
},
"recommended_area": {
"default": false,
"type": "boolean"
}
}
}
},
"required": [
"pressure_sound_chart"
]
},
{
"type": "object",
"properties": {
"psychrometric": {
"type": "object",
"properties": {
"psychrometric_type": {
"default": "psychro",
"type": "string",
"enum": [
"psychro",
"mollier"
]
},
"download": {
"default": true,
"type": "boolean"
},
"all_components": {
"type": "boolean"
},
"perf_cases": {
"default": [],
"readOnly": true,
"type": "array",
"items": {
"type": "object",
"properties": {
"download": {
"type": "boolean"
},
"name": {
"type": "string"
},
"transitions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"inletTemperature": {
"type": "string"
},
"inletSpecHumidity": {
"type": "string"
},
"outletTemperature": {
"type": "string"
},
"outletSpecHumidity": {
"type": "string"
}
},
"required": [
"name",
"inletTemperature",
"inletSpecHumidity",
"outletTemperature",
"outletSpecHumidity"
]
}
}
},
"required": [
"name",
"transitions"
]
}
}
}
}
},
"required": [
"psychrometric"
]
},
{
"type": "object",
"properties": {
"throw_length_chart": {
"type": "object",
"properties": {
"download": {
"default": true,
"type": "boolean"
},
"logarithmic_x": {
"default": false,
"type": "boolean"
},
"logarithmic_y": {
"default": false,
"type": "boolean"
},
"alternatives_filter": {
"default": "only_selected",
"type": "string",
"enum": [
"only_selected",
"all",
"no_errors",
"no_warnings_or_errors"
]
},
"show_alternatives_filter": {
"type": "boolean"
},
"always_show_selected": {
"type": "boolean"
}
}
}
},
"required": [
"throw_length_chart"
]
}
]
},
{
"type": "object",
"properties": {
"width": {
"type": "number"
},
"height": {
"type": "number"
}
}
}
],
"$defs": {
"./_/_/images/image/name.json": {
"id": "./_/_/images/image/name.json"
},
"./_/_/images/image/type.json": {
"id": "./_/_/images/image/type.json"
},
"./_/_/dynamic_images/dynamic_image/name.json": {
"id": "./_/_/dynamic_images/dynamic_image/name.json"
}
},
"$id": "./image_params"
}
horizontal_table_params
"default": {},
"type": "object",
"properties": {
"unit_selector": {
"default": "after_name",
"type": "string",
"enum": [
"after_name",
"with_name",
"with_value"
]
},
"alternatives_filter": {
"default": "all",
"type": "string",
"enum": [
"all",
"no_errors",
"no_warnings_or_errors"
]
},
"always_show_selected": {
"default": true,
"type": "boolean"
},
"sort_by": {
"default": "",
"type": "string"
},
"sort_order": {
"default": "desc",
"type": "string",
"enum": [
"asc",
"desc"
]
}
},
"$id": "./horizontal_table_params"
}
object_optional
"type": "object",
"properties": {},
"$id": "./object_optional"
}
text_params
"anyOf": [
{
"type": "object",
"properties": {
"data": {
"title": "Data",
"type": "object",
"properties": {
"value": {
"type": "string"
}
},
"required": [
"value"
]
}
},
"required": [
"data"
]
},
{
"type": "object",
"properties": {
"text": {
"title": "Text",
"type": "object",
"properties": {
"value": {
"allOf": [
{
"type": "string"
},
{
"$ref": "./_/_/texts/text/name.json"
}
]
}
},
"required": [
"value"
]
}
},
"required": [
"text"
]
}
],
"$defs": {
"./_/_/texts/text/name.json": {
"id": "./_/_/texts/text/name.json"
}
},
"$id": "./text_params"
}
object_optional
"type": "object",
"properties": {},
"$id": "./object_optional"
}
alternatives_grid_params
"default": {},
"type": "object",
"properties": {
"column_property": {
"default": "",
"allOf": [
{
"type": "string"
},
{}
]
},
"row_property": {
"default": "",
"allOf": [
{
"type": "string"
},
{}
]
},
"alternatives_filter": {
"default": "all",
"type": "string",
"enum": [
"all",
"no_errors",
"no_warnings_or_errors"
]
},
"always_show_selected": {
"default": true,
"type": "boolean"
}
},
"$id": "./alternatives_grid_params"
}
```#### JSON schemas data_params {#json-schemas-data_params}
**object_optional**
```{
"type": "object",
"properties": {},
"$id": "./object_optional"
}
object_optional
"type": "object",
"properties": {},
"$id": "./object_optional"
}
object_optional
"type": "object",
"properties": {},
"$id": "./object_optional"
}
object_optional
"type": "object",
"properties": {},
"$id": "./object_optional"
}
data_params_custom_table
"type": "object",
"properties": {
"custom_table": {
"allOf": [
{
"type": "string"
},
{
"$ref": "./_/_/custom_tables/custom_table/_.json"
}
]
}
},
"required": [
"custom_table"
],
"$defs": {
"./_/_/custom_tables/custom_table/_.json": {
"id": "./_/_/custom_tables/custom_table/_.json"
}
},
"$id": "./data_params_custom_table"
}