{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-swish-info-structure.json", "description": "SwishInfo schema from Adyen API", "type": "object", "properties": { "swishNumber": { "description": "Swish number. Format: 10 digits without spaces. For example, **1231111111**.", "maxLength": 10, "minLength": 10, "type": "string" } }, "required": [ "swishNumber" ], "name": "SwishInfo" }