addedInput schema / properties / design_intent / title
Added value: +"Design Intent"
addedInput schema / properties / dimensions_mm / additionalProperties
Added value: +{
+ "type": "number"
+}
addedInput schema / properties / dimensions_mm / title
Added value: +"Dimensions Mm"
addedInput schema / properties / features / anyOf
Added value: +[
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / features / default
Added value: +null
addedInput schema / properties / features / title
Added value: +"Features"
removedInput schema / properties / features / type
Removed value: -"array"
addedInput schema / properties / material / title
Added value: +"Material"
addedInput schema / properties / output_formats / anyOf
Added value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / output_formats / default
Added value: +null
addedInput schema / properties / output_formats / title
Added value: +"Output Formats"
removedInput schema / properties / output_formats / type
Removed value: -"array"
addedInput schema / properties / part_name / title
Added value: +"Part Name"
addedInput schema / properties / payment_ref / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / payment_ref / default
Added value: +null
addedInput schema / properties / payment_ref / title
Added value: +"Payment Ref"
removedInput schema / properties / payment_ref / type
Removed value: -"string"
addedInput schema / properties / workspace_id / title
Added value: +"Workspace Id"
addedInput schema / title
Added value: +"generate_cad_designArguments"