{ "type": "object", "properties": { "addressType": { "type": "string", "example": "example_value" }, "street": { "type": "string", "example": "example_value" }, "city": { "type": "string", "example": "example_value" }, "state": { "type": "string", "example": "example_value" }, "postalCode": { "type": "string", "example": "example_value" }, "country": { "type": "string", "example": 42 } }, "required": [ "addressType", "street", "city", "state", "postalCode", "country" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Address1" }