Commit d074521f authored by Sarah Werner's avatar Sarah Werner
Browse files

Updated based on feedback received.

parent 2d9defa1
Loading
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -466,13 +466,13 @@
    },
    "Organisation": {
      "type": "object",
      "description": "Organisation, juridical person",
      "description": "Organisation, e.g. a company",
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the organisation"
        },
        "VATNumber": {
        "vATNumber": {
          "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 country of issue"
@@ -503,7 +503,7 @@
      "description": "Payment card information",
      "properties": {
        "cardNumber": {
          "$ref": "#/$defs/PaymentCardNumber",
          "type": "string",
          "description": "Number of the payment card, e.g. credit card number"
        },
        "cardHolder": {
@@ -520,10 +520,6 @@
        }
      }
    },
    "PaymentCardNumber": {
      "type": "string",
      "description": "Number of a payment card"
    },
    "Contract": {
      "type": "object",
      "description": "Contract information",