Skip to content

Instantly share code, notes, and snippets.

@temp3l
Created November 10, 2020 09:35
Show Gist options
  • Save temp3l/f72985b033c1df65c605c4ed9e3c1f0f to your computer and use it in GitHub Desktop.
Save temp3l/f72985b033c1df65c605c4ed9e3c1f0f to your computer and use it in GitHub Desktop.
{
"$id": "#/definitions/ibans",
"type": "array",
"title": "Ibans",
"description": "ibans description",
"items": {
"$id": "#/definitions/ibans/items",
"type": "string",
"title": "Ibans_item",
"description": "ibans_item description",
"maxLength": 200,
"pattern": "^[a-zA-Z]{2}[0-9]{2}s?[a-zA-Z0-9]{4}s?[0-9]{4}s?[0-9]{3}([a-zA-Z0-9]s?[a-zA-Z0-9]{0,4}s?[a-zA-Z0-9]{0,4}s?[a-zA-Z0-9]{0,4}s?[a-zA-Z0-9]{0,3})$",
"$comment": "IBAN",
"default": "DE64500103378934265XXX",
"examples": [
"DE24500163374934165YYY"
]
},
"default": [
"DE64500105178934265XX",
"DE24500165174934165YYY"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment