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

Update file etsi_types.schema.json

parent b349f15f
Loading
Loading
Loading
Loading
Loading
+10 −14
Original line number Diff line number Diff line
@@ -732,7 +732,7 @@
    },
    "RegistrationInformationRecord": {
      "type": "object",
      "title": "Subscriber data about the initial registration",
      "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, ...",
      "properties": {
        "initialStartDateTimeinitialStartDateTime": {
@@ -760,7 +760,7 @@
        },
        "typeOfService": {
          "type": "string",
          "description": "type of service"
          "description": "type of service, e.g. telephony, messaging, email, data access"
        },
        "startDate": {
          "$ref": "#/$defs/Date",
@@ -780,9 +780,9 @@
        "installationAddreses": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/Address",
            "description": "Address where the service is installed (e.g. fiber, cable or xDSL)"
          }
            "$ref": "#/$defs/Address"
          },
          "description": "List of addresses where the service is installed (e.g. fiber, cable or xDSL)"
        },
        "associatedDevices": {
          "type": "array",
@@ -825,16 +825,12 @@
          "$ref": "#/$defs/ValidityPeriod",
          "description": "Validity period of the data in this record"
        },
        "pUKCodes": {
          "type": "array",
          "items": {
        "pUKCode": {
          "$ref": "#/$defs/PUKCode"
          },
          "description": "List of PUK-Codes"
        }
      },
      "required": [
        "pUKCodes"
        "pUKCode"
      ]
    },
    "ServiceIdentifier": {
@@ -888,7 +884,7 @@
    },
    "Device": {
      "type": "object",
      "description": "Device information",
      "description": "Information about the device",
      "properties": {
        "deviceManufacturer": {
          "type": "string",
@@ -934,7 +930,7 @@
    },
    "PUKCode": {
      "type": "object",
      "description": "PUK-Code information",
      "description": "Information about the PIN Unblocking Key (PUK)",
      "properties": {
        "iCCIDOfSIM": {
          "oneOf": [