removedInput schema / $defs
Removed value: -{
- "def0": {
- "additionalProperties": true,
- "properties": {
- "city": {
- "description": "The city.",
- "type": [
- "string",
- "null"
- ]
- },
- "countryOrRegion": {
- "description": "The country or region. It's a free-format string value, for example, 'United States'.",
- "type": [
- "string",
- "null"
- ]
- },
- "postalCode": {
- "description": "The postal code.",
- "type": [
- "string",
- "null"
- ]
- },
- "state": {
- "description": "The state.",
- "type": [
- "string",
- "null"
- ]
- },
- "street": {
- "description": "The street.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": "object"
- }
-}
removedInput schema / properties / body / properties / businessAddress / $ref
Removed value: -"#/$defs/def0"
addedInput schema / properties / body / properties / businessAddress / additionalProperties
Added value: +true
addedInput schema / properties / body / properties / businessAddress / properties
Added value: +{
+ "city": {
+ "description": "The city.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "countryOrRegion": {
+ "description": "The country or region. It's a free-format string value, for example, 'United States'.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "postalCode": {
+ "description": "The postal code.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "description": "The state.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "street": {
+ "description": "The street.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+}
addedInput schema / properties / body / properties / businessAddress / type
Added value: +"object"
removedInput schema / properties / body / properties / homeAddress / $ref
Removed value: -"#/$defs/def0"
addedInput schema / properties / body / properties / homeAddress / additionalProperties
Added value: +true
addedInput schema / properties / body / properties / homeAddress / properties
Added value: +{
+ "city": {
+ "description": "The city.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "countryOrRegion": {
+ "description": "The country or region. It's a free-format string value, for example, 'United States'.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "postalCode": {
+ "description": "The postal code.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "description": "The state.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "street": {
+ "description": "The street.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+}
addedInput schema / properties / body / properties / homeAddress / type
Added value: +"object"