Commit af510a87 authored by Frank Fransen's avatar Frank Fransen
Browse files

Update 9 files

- /103705/examples/example6_UserAndService/csp_records.schema.json
- /103705/examples/example6_UserAndService/csp_results.json
- /103705/examples/example7_PUKCode/csp_records.schema.json
- /103705/examples/example7_PUKCode/csp_results.json
- /103705/schema/etsi_types.schema.json
- /103705/examples/example6/csp_results.json
- /103705/examples/example6/csp_records.schema.json
- /103705/examples/example7/csp_results.json
- /103705/examples/example7/csp_records.schema.json
parent 4eca525e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "$id": "urn:etsi:li:103705:record-schema-id:v1.2.1",
  "$id": "urn:etsi:li:103705:record-schema-id:v1.5.1",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CSP Record Schema",
  "description": "Defines the valid set of Subscriber Data Records that may appear in a RecordSet (see ETSI TS 103 705 clause 6.2.4)",
+1 −1
Original line number Diff line number Diff line
{
  "$id": "urn:etsi:li:103705:record-schema-id:v1.2.1",
  "$id": "urn:etsi:li:103705:record-schema-id:v1.5.1",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CSP Record Schema",
  "description": "Defines the valid set of Subscriber Data Records that may appear in a RecordSet (see ETSI TS 103 705 clause 6.2.4)",
+6 −20
Original line number Diff line number Diff line
@@ -484,10 +484,6 @@
        "dateOfBirth": {
          "$ref": "#/$defs/Date",
          "description": "Date of birth of the person"
        },
        "contactDetails": {
          "$ref": "#/$defs/ContactDetail",
          "description": "Contact details registered for the person"
        }
      }
    },
@@ -508,10 +504,6 @@
          "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"
        }
      }
    },
@@ -691,9 +683,9 @@
        }
      }
    },
    "UserInformationRecord": {
    "SubscriberInformationRecord": {
      "type": "object",
      "title": "Subscriber data about the user",
      "title": "Subscriber data: subscriber information",
      "description": "Details about a natural person or organisation as requested per EPOC Form 1 Section F subscriber data checkbox labelled: name, date of birth, postal or geographic address, contact information (email address, phone number) and other relevant information pertaining to the identity of the user/subscription holder",
      "properties": {
        "validityPeriod": {
@@ -736,7 +728,7 @@
    },
    "RegistrationInformationRecord": {
      "type": "object",
      "title": "Subscriber data about the registration",
      "title": "Subscriber data: registration information",
      "description": "Details about the initial registration as requested per EPOC Form 1 Section F subscriber data checkbox labelled: date and time of initial registration, type of registration, copy of a contract, means of verification of identity at the moment of registration, copies of documents provided by the subscriber",
      "properties": {
        "initialStartDateTime": {
@@ -755,7 +747,7 @@
    },
    "ServiceInformationRecord": {
      "type": "object",
      "title": "Subscriber data about the service",
      "title": "Subscriber data: service information",
      "description": "Details about the type of service as requested per EPOC Form 1 Section F subscriber data checkbox labelled: type of service and its duration, including identifier(s) used by or provided to the subscriber at the moment of initial registration or activation (e.g. phone number, SIM-card number, MAC address) and associated device(s)",
      "properties": {
        "validityPeriod": {
@@ -799,7 +791,7 @@
    },
    "PaymentInformationRecord": {
      "type": "object",
      "title": "Subscriber data about a payment",
      "title": "Subscriber data: ppayment information",
      "description": "Details about a payment for the service as requested per EPOC Form 1 Section F subscriber data checkbox labelled: debit or credit card information (provided by the user for billing purposes), including other means of payment",
      "properties": {
        "validityPeriod": {
@@ -822,7 +814,7 @@
    },
    "PUKCodesRecord": {
      "type": "object",
      "title": "Subscriber data about PUK-Codes",
      "title": "Subscriber data: PUK-Codes",
      "description": "Details about the PUK-Codes as requested per EPOC Form 1 Section F subscriber data checkbox labelled: PUK-codes",
      "properties": {
        "validityPeriod": {
@@ -908,12 +900,6 @@
            "$ref": "ts_103280_2017_07#/$defs/IMEI"
          }
        },
        "pEIIMEI": {
          "type": "array",
          "items": {
            "$ref": "ts_103280_2017_07#/$defs/PEIIMEI"
          }
        },
        "mACAddresses": {
          "type": "array",
          "items": {