Commit 4eca525e authored by Frank Fransen's avatar Frank Fransen
Browse files

Update 2 files

- /103705/schema/etsi_types.schema.json
- /103705/examples/example6_UserAndService/csp_results.json
parent dc6fa718
Loading
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -23,9 +23,7 @@
          "givenNames": "John",
          "initials": "J",
          "sex": "M",
          "dateOfBirth": "1999-03-21"
        }
      },
          "dateOfBirth": "1999-03-21",
          "contactDetails": {
            "emailAddresses": [
              "example@example.com",
@@ -36,6 +34,8 @@
              "491713920067"
            ]
          }
        }
      }
    },
    {
      "id": "8be3fc6b-a2dd-4104-9af1-d6b1f70081a0",
+8 −4
Original line number Diff line number Diff line
@@ -484,6 +484,10 @@
        "dateOfBirth": {
          "$ref": "#/$defs/Date",
          "description": "Date of birth of the person"
        },
        "contactDetails": {
          "$ref": "#/$defs/ContactDetail",
          "description": "Contact details registered for the person"
        }
      }
    },
@@ -504,6 +508,10 @@
          "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"
        },
        "contactDetails": {
          "$ref": "#/$defs/ContactDetail",
          "description": "Contact details registered for the organisation"
        }
      }
    },
@@ -720,10 +728,6 @@
            }
          ],
          "description": "Subscriber is either a natural person or an organisation"
        },
        "contactDetails": {
          "$ref": "#/$defs/ContactDetail",
          "description": "Contact details registered for the subscriber"
        }
      },
      "required": [