removedInput schema / properties / email / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / email / default
Removed value: -null
addedInput schema / properties / email / example
Added value: +"john@email.com"
removedInput schema / properties / email / title
Removed value: -"Email"
addedInput schema / properties / email / type
Added value: +"string"
removedInput schema / properties / firstName / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / firstName / default
Removed value: -null
addedInput schema / properties / firstName / example
Added value: +"John"
removedInput schema / properties / firstName / title
Removed value: -"Firstname"
addedInput schema / properties / firstName / type
Added value: +"string"
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 / lastName / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / lastName / default
Removed value: -null
addedInput schema / properties / lastName / example
Added value: +"James"
removedInput schema / properties / lastName / title
Removed value: -"Lastname"
addedInput schema / properties / lastName / type
Added value: +"string"
removedInput schema / properties / password / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / password / default
Removed value: -null
addedInput schema / properties / password / example
Added value: +"12345"
removedInput schema / properties / password / title
Removed value: -"Password"
addedInput schema / properties / password / type
Added value: +"string"
removedInput schema / properties / phone / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / phone / default
Removed value: -null
addedInput schema / properties / phone / example
Added value: +"12345"
removedInput schema / properties / phone / title
Removed value: -"Phone"
addedInput schema / properties / phone / type
Added value: +"string"
removedInput schema / properties / userStatus / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / userStatus / default
Removed value: -null
addedInput schema / properties / userStatus / example
Added value: +1
addedInput schema / properties / userStatus / format
Added value: +"int32"
removedInput schema / properties / userStatus / title
Removed value: -"Userstatus"
addedInput schema / properties / userStatus / type
Added value: +"integer"
removedInput schema / properties / username / title
Removed value: -"Username"
removedInput schema / title
Removed value: -"upstream_callableArguments"