addedInput schema / properties / country
Added value: +{
+ "description": "Delivery country as ISO alpha-2 or alpha-3. Required before market-visible print formats can be shown.",
+ "maxLength": 3,
+ "type": "string"
+}
addedOutput schema / properties / assessment_status
Added value: +{
+ "enum": [
+ "destination_required",
+ "requires_configurator_review",
+ "product_unavailable"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / available_print_formats
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "dimensions_cm": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ },
+ "product": {
+ "type": "string"
+ },
+ "size": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "product",
+ "size",
+ "label",
+ "dimensions_cm"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / compatibility_determined
Added value: +{
+ "type": "boolean"
+}
removedOutput schema / properties / compatible_count
Removed value: -{
- "type": "number"
-}
addedOutput schema / properties / country
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / launch_gate
Added value: +{
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
addedOutput schema / properties / market
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / recommendation / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / recommendation / type
Removed value: -"string"
addedOutput schema / properties / recommended_format
Added value: +{
+ "type": "null"
+}
removedOutput schema / properties / recommended_size
Removed value: -{
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "label": {
- "type": "string"
- },
- "quality": {
- "enum": [
- "excellent",
- "good",
- "minimum",
- "too_low"
- ],
- "type": "string"
- },
- "size": {
- "type": "string"
- },
- "size_cm": {
- "type": "string"
- }
- },
- "required": [
- "size",
- "label",
- "size_cm",
- "quality"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
-}
addedOutput schema / properties / review_factors
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
removedOutput schema / properties / sizes
Removed value: -{
- "items": {
- "additionalProperties": false,
- "properties": {
- "compatible": {
- "type": "boolean"
- },
- "label": {
- "type": "string"
- },
- "min_height": {
- "type": "number"
- },
- "min_width": {
- "type": "number"
- },
- "quality": {
- "enum": [
- "excellent",
- "good",
- "minimum",
- "too_low"
- ],
- "type": "string"
- },
- "size": {
- "type": "string"
- },
- "size_cm": {
- "type": "string"
- }
- },
- "required": [
- "size",
- "label",
- "size_cm",
- "min_width",
- "min_height",
- "compatible",
- "quality"
- ],
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / supported_upload_formats
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}