Loading 103705/schema/response.schema.json +16 −1 Original line number Diff line number Diff line Loading @@ -149,6 +149,21 @@ } } }, "iBAN" : { "type": "string", "pattern": "[A-Z]{2}[0-9]{2}[A-Z0-9]{1,30}" }, "bankAccount" : { "type" : "object", "properties": { "iBAN" : { "$ref":"ts_103705_2024_02#/$defs/iBAN" }, "inholder": { "type" : "string" } } }, "recordSet": { "type": "array", "title": "RecordSet", Loading Loading
103705/schema/response.schema.json +16 −1 Original line number Diff line number Diff line Loading @@ -149,6 +149,21 @@ } } }, "iBAN" : { "type": "string", "pattern": "[A-Z]{2}[0-9]{2}[A-Z0-9]{1,30}" }, "bankAccount" : { "type" : "object", "properties": { "iBAN" : { "$ref":"ts_103705_2024_02#/$defs/iBAN" }, "inholder": { "type" : "string" } } }, "recordSet": { "type": "array", "title": "RecordSet", Loading