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

Update file etsi_types.schema.json

parent 5f634500
Loading
Loading
Loading
Loading
Loading
+22 −25
Original line number Diff line number Diff line
@@ -686,7 +686,7 @@
    "UserInformationRecord": {
      "type": "object",
      "title": "Subscriber data about the user",
      "description": "Details about a natural person or organisation as requested per EPOC Form 1 Section F subscriber data checkbox labelled name, date of birth, ...",
      "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": {
          "$ref": "#/$defs/ValidityPeriod",
@@ -733,7 +733,7 @@
    "RegistrationInformationRecord": {
      "type": "object",
      "title": "Subscriber data about the registration",
      "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, ...",
      "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": {
          "$ref": "ts_103280_2017_07#/$defs/QualifiedMicrosecondDateTime",
@@ -752,7 +752,7 @@
    "ServiceInformationRecord": {
      "type": "object",
      "title": "Subscriber data about the service",
      "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) ...",
      "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": {
          "$ref": "#/$defs/ValidityPeriod",
@@ -777,12 +777,12 @@
          },
          "description": "List of identifiers associated to the service"
        },
        "installationAddreses": {
        "installationAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/Address"
          },
          "description": "List of addresses where the service is installed (e.g. fiber, cable or xDSL)"
          "description": "List of addresses where the service is installed"
        },
        "associatedDevices": {
          "type": "array",
@@ -795,8 +795,8 @@
    },
    "PaymentInformationRecord": {
      "type": "object",
      "title": "Subscriber data about the payment",
      "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 ...",
      "title": "Subscriber data about a payment",
      "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": {
          "$ref": "#/$defs/ValidityPeriod",
@@ -819,7 +819,7 @@
    "PUKCodesRecord": {
      "type": "object",
      "title": "Subscriber data about PUK-Codes",
      "description": "Details about the PUK-Codes as requested per EPOC Form 1 Section F subscriber data checkbox labelled PUK-codes",
      "description": "Details about the PUK-Codes as requested per EPOC Form 1 Section F subscriber data checkbox labelled: PUK-codes",
      "properties": {
        "validityPeriod": {
          "$ref": "#/$defs/ValidityPeriod",
@@ -884,34 +884,32 @@
    },
    "Device": {
      "type": "object",
      "description": "Information about the device",
      "description": "Information about a device",
      "properties": {
        "deviceManufacturer": {
          "type": "string",
          "description": "Manufacturer of the device"
        },
        "devicemodel": {
        "deviceModel": {
          "type": "string",
          "description": "Model of the device. This could for instance include the Product Name, Model Name, or combination of both"
        },
        "deviceID": {
          "type": "string",
          "description": "Non-standard identifier of the device"
        },
        "iMEIs": {
          "type": "array",
          "items": {
            "$ref": "ts_103280_2017_07#/$defs/IMEI"
          }
        },
        "iMEISV": {
          "$ref": "ts_103280_2017_07#/$defs/IMEISV"
        },
        "pEIIMEI": {
          "type": "array",
          "items": {
            "$ref": "ts_103280_2017_07#/$defs/PEIIMEI"
          }
        },
        "pEIIMEISV": {
          "$ref": "ts_103280_2017_07#/$defs/PEIIMEISV"
        },
        "mACAddresses": {
          "type": "array",
          "items": {
@@ -919,12 +917,11 @@
          }
        },
        "eUICCID": {
          "type": "array",
          "items": {
            "$ref": "ts_103280_2017_07#/$defs/EUICCID",
            "description": "Identity of the Embedded Universal Integrated Circuit Card IDentifier"
        },
        "deviceID": {
          "type": "string",
          "description": "Non-standard identifier of the device"
          }
        }
      }
    },
@@ -932,14 +929,14 @@
      "type": "object",
      "description": "Information about the PIN Unblocking Key (PUK)",
      "properties": {
        "iCCIDOfSIM": {
        "identyOfSIMCard": {
          "oneOf": [
            {
              "type": "object",
              "properties": {
                "iCCID": {
                  "$ref": "ts_103280_2017_07#/$defs/ICCID",
                  "description": "Identity of the SIM card is a Integrated Circuit Card IDentifier"
                  "description": "Identity of the SIM card is an Integrated Circuit Card IDentifier"
                }
              },
              "required": [
@@ -959,7 +956,7 @@
              ]
            }
          ],
          "description": "Identity of the SIM card is either a ICCID or an EUICCID"
          "description": "Identity of the SIM Card is either an ICCID or an EUICCID"
        },
        "pUK": {
          "type": "string",