Commit 34f0de66 authored by Sarah Werner's avatar Sarah Werner
Browse files

Added pattern and description for VAT number

parent bf8afc28
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -442,7 +442,9 @@
          "type":"string" 
        },
        "VATNumber": {
          "type":"string" 
          "type":"string", 
          "pattern": "[A-Z]{2}.*",
          "description" : "Value Added Tax number, typically starting with a two letter country code according to ISO code 3166 — alpha 2 — that identifies the state of issue"
        }
      }
    },