{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionStripeTaxId", "title": "FlowActionStripeTaxId", "type": "object", "additionalProperties": false, "required": [ "type", "value" ], "properties": { "type": { "type": "string", "maxLength": 250 }, "value": { "type": "string", "maxLength": 250 } } }