Commit 017d194a authored by Anne Dierstein's avatar Anne Dierstein
Browse files

add IBAN and bank account

parent 5a914083
Loading
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -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",