Commit 5334ce03 authored by Frank Fransen's avatar Frank Fransen Committed by Mark Canterbury
Browse files

Edit etsi_types.schema.json to add addresses and contract file to subscribed data types.

parent 720e6a2b
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -484,6 +484,13 @@
        "dateOfBirth": {
          "$ref": "#/$defs/Date",
          "description": "Date of birth of the person"
        },
        "residence": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/Address"
          },
          "description": "Residence address of the person"
        }
      }
    },
@@ -504,6 +511,13 @@
          "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"
        },
        "registeredAddress": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/Address"
          },
          "description": "Registered address of the organisation"
        }
      }
    },
@@ -567,6 +581,10 @@
        "natureOfContract": {
          "type": "string",
          "description": "Nature of the contract, i.e. product or service name"
        },
        "documentFile": {
          "$ref": "#/$defs/DocumentFile",
          "description": "Document file, e.g. copy of the contract"
        }
      }
    },