addedInput schema / $defs / VisualizationParameters / properties / alpha / maximum
Added value: +1
addedInput schema / $defs / VisualizationParameters / properties / alpha / minimum
Added value: +0
addedInput schema / $defs / VisualizationParameters / properties / dpi / exclusiveMinimum
Added value: +0
changedInput schema / $defs / VisualizationParameters / properties / figure_size / anyOf
Previous value: -[
- {
- "items": {
- "type": "integer"
- },
- "maxItems": 2,
- "minItems": 2,
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "exclusiveMinimum": 0,
+ "type": "integer"
+ },
+ "maxItems": 2,
+ "minItems": 2,
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / $defs / VisualizationParameters / properties / panel_layout / anyOf
Previous value: -[
- {
- "items": {
- "type": "integer"
- },
- "maxItems": 2,
- "minItems": 2,
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "exclusiveMinimum": 0,
+ "type": "integer"
+ },
+ "maxItems": 2,
+ "minItems": 2,
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / $defs / VisualizationParameters / properties / spot_size / anyOf
Previous value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "exclusiveMinimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / additionalProperties
Added value: +false
addedOutput schema / additionalProperties
Added value: +false