removedInput schema / properties / complete / anyOf
Removed value: -[
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / complete / default
Removed value: -null
removedInput schema / properties / complete / title
Removed value: -"Complete"
addedInput schema / properties / complete / type
Added value: +"boolean"
removedInput schema / properties / id / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / id / default
Removed value: -null
addedInput schema / properties / id / example
Added value: +10
addedInput schema / properties / id / format
Added value: +"int64"
removedInput schema / properties / id / title
Removed value: -"Id"
addedInput schema / properties / id / type
Added value: +"integer"
removedInput schema / properties / petId / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / petId / default
Removed value: -null
addedInput schema / properties / petId / example
Added value: +198772
addedInput schema / properties / petId / format
Added value: +"int64"
removedInput schema / properties / petId / title
Removed value: -"Petid"
addedInput schema / properties / petId / type
Added value: +"integer"
removedInput schema / properties / quantity / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / quantity / default
Removed value: -null
addedInput schema / properties / quantity / example
Added value: +7
addedInput schema / properties / quantity / format
Added value: +"int32"
removedInput schema / properties / quantity / title
Removed value: -"Quantity"
addedInput schema / properties / quantity / type
Added value: +"integer"
removedInput schema / properties / shipDate / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / shipDate / default
Removed value: -null
addedInput schema / properties / shipDate / format
Added value: +"date-time"
removedInput schema / properties / shipDate / title
Removed value: -"Shipdate"
addedInput schema / properties / shipDate / type
Added value: +"string"
removedInput schema / properties / status / anyOf
Removed value: -[
- {
- "enum": [
- "placed",
- "approved",
- "delivered"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / status / default
Removed value: -null
addedInput schema / properties / status / enum
Added value: +[
+ "placed",
+ "approved",
+ "delivered"
+]
addedInput schema / properties / status / example
Added value: +"approved"
removedInput schema / properties / status / title
Removed value: -"Status"
addedInput schema / properties / status / type
Added value: +"string"
removedInput schema / title
Removed value: -"upstream_callableArguments"