| Column | Type | Details |
|---|---|---|
| property_filter | PropertyFilter | |
| query | Union | JSON schemas |
| type | FixedDiscrete | [static_query, expression] |
static_query_patch_params
"anyOf": [
{
"type": "object",
"properties": {
"dp_copy": {
"type": "object",
"properties": {
"length": {
"allOf": [
{
"type": "string"
},
{}
]
},
"offset_x": {
"allOf": [
{
"type": "string"
},
{}
]
}
},
"required": [
"length",
"offset_x"
]
}
},
"required": [
"dp_copy"
]
},
{
"type": "object",
"properties": {
"dp_split_vertically": {
"type": "object",
"properties": {
"length": {
"allOf": [
{
"type": "string"
},
{}
]
},
"offset_x": {
"allOf": [
{
"type": "string"
},
{}
]
},
"ref_point_x": {
"description": "A discrete property where: 1 = left, 2 = center, 3 = right.",
"allOf": [
{
"type": "string"
},
{}
]
}
},
"required": [
"length",
"offset_x",
"ref_point_x"
]
}
},
"required": [
"dp_split_vertically"
]
},
{
"type": "object",
"properties": {
"dp_split_horizontally": {
"type": "object",
"properties": {
"height": {
"allOf": [
{
"type": "string"
},
{}
]
},
"offset_y": {
"allOf": [
{
"type": "string"
},
{}
]
},
"ref_point_y": {
"description": "A discrete property where: 1 = top, 2 = center, 3 = bottom.",
"allOf": [
{
"type": "string"
},
{}
]
}
},
"required": [
"height",
"offset_y",
"ref_point_y"
]
}
},
"required": [
"dp_split_horizontally"
]
},
{
"type": "object",
"properties": {
"dp_from_ps": {
"type": "object",
"properties": {
"product_key": {
"allOf": [
{
"type": "string"
},
{}
]
},
"length": {
"type": "string"
},
"height": {
"type": "string"
},
"offset_x": {
"type": "string"
},
"offset_y": {
"type": "string"
},
"ref_point_x": {
"type": "string"
},
"ref_point_y": {
"type": "string"
},
"side": {
"type": "string"
},
"type": {
"type": "string"
},
"type_value": {
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
}
},
"required": [
"product_key",
"length",
"height",
"offset_x",
"offset_y",
"ref_point_x",
"ref_point_y",
"side",
"type"
]
}
},
"required": [
"dp_from_ps"
]
},
{
"type": "object",
"properties": {
"accessory_enforce": {
"allOf": [
{
"type": "object",
"properties": {
"product_key": {
"allOf": [
{
"type": "string"
},
{}
]
},
"box": {
"allOf": [
{
"type": "string"
},
{
"$ref": "./_/_/aircalc/geometry_box/box.json"
}
]
},
"filter_properties": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
}
},
"properties": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
}
},
"index_property": {
"type": "string"
}
},
"required": [
"product_key",
"box"
]
},
{
"anyOf": [
{
"type": "object",
"properties": {
"min": {
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
}
},
"required": [
"min"
]
},
{
"type": "object",
"properties": {
"min_field": {
"allOf": [
{
"type": "string"
},
{}
]
}
},
"required": [
"min_field"
]
}
]
},
{
"anyOf": [
{
"type": "object",
"properties": {
"max": {
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
}
},
"required": [
"max"
]
},
{
"type": "object",
"properties": {
"max_field": {
"allOf": [
{
"type": "string"
},
{}
]
}
},
"required": [
"max_field"
]
}
]
}
]
}
},
"required": [
"accessory_enforce"
]
},
{
"type": "object",
"properties": {
"compact_component": {
"type": "object",
"properties": {
"air_quadrant": {
"type": "string",
"enum": [
"fresh",
"supply",
"extract",
"exhaust"
]
},
"product_key": {
"allOf": [
{
"type": "string"
},
{}
]
},
"properties": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
}
},
"stop_properties": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
}
},
"stop_product_keys": {
"type": "array",
"items": {
"allOf": [
{
"type": "string"
},
{}
]
}
}
},
"required": [
"air_quadrant",
"product_key",
"properties"
]
}
},
"required": [
"compact_component"
]
}
],
"$defs": {
"./_/_/aircalc/geometry_box/box.json": {
"id": "./_/_/aircalc/geometry_box/box.json"
}
},
"$id": "./static_query_patch_params"
}
any
"$id": "./any"
}