{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionStripeAddress", "title": "FlowActionStripeAddress", "type": "object", "additionalProperties": false, "properties": { "line1": { "type": "string", "maxLength": 250 }, "line2": { "type": "string", "maxLength": 250 }, "postalCode": { "type": "string", "maxLength": 250 }, "city": { "type": "string", "maxLength": 250 }, "state": { "type": "string", "maxLength": 250 }, "country": { "type": "string", "maxLength": 250 } } }