Commit 37a9a68b authored by Frank Fransen's avatar Frank Fransen
Browse files

Update file etsi_types.schema.json

parent 64e28ddc
Loading
Loading
Loading
Loading
Loading
+24 −34
Original line number Diff line number Diff line
@@ -727,7 +727,6 @@
        }
      },
      "required": [
        "validityPeriod",
        "subscriber"
      ]
    },
@@ -736,32 +735,21 @@
      "title": "Subscriber data about the initial 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": {
        "validityPeriod": {
          "$ref": "#/$defs/ValidityPeriod",
          "description": "Validity period of the data in this record"
        },
        "dateTimeInitialRegistration": {
        "initialStartDateTimeinitialStartDateTime": {
          "$ref": "ts_103280_2017_07#/$defs/QualifiedMicrosecondDateTime",
          "description": "Date and Time of the initial registration"
        },
        "typeOfRegistration": {
          "type": "string",
          "description": "Type of registration"
        },
        "contract": {
          "$ref": "#/$defs/Contract",
          "description": "Copy of a original contract"
          "description": "Details on the contract, e.g. id. product or service name, copy of the contract"
        },
        "identityVerification": {
          "$ref": "#/$defs/IdentityVerification",
          "description": "Details about the identity verification of the registration"
        }
      }
    },
      "required": [
        "validityPeriod"
      ]
    },
    "TypeOfServiceInformationRecord": {
    "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) ...",
@@ -774,6 +762,10 @@
          "type": "string",
          "description": "type of service"
        },
        "startDate": {
          "$ref": "#/$defs/Date",
          "description": "End date of the service"
        },
        "endDate": {
          "$ref": "#/$defs/Date",
          "description": "End date of the service"
@@ -785,10 +777,6 @@
          },
          "description": "List of identifiers associated to the service"
        },
        "serviceContract": {
          "$ref": "#/$defs/Contract",
          "description": "Copy of a service contract"
        },
        "installationAddreses": {
          "type": "array",
          "items": {
@@ -803,10 +791,7 @@
          },
          "description": "List of devices associated to the service"
        }
      },
      "required": [
        "validityPeriod"
      ]
      }
    },
    "PaymentInformationRecord": {
      "type": "object",
@@ -829,10 +814,7 @@
          "$ref": "#/$defs/Address",
          "description": "Billing address registered for the payment"
        }
      },
      "required": [
        "validityPeriod"
      ]
      }
    },
    "PUKCodesRecord": {
      "type": "object",
@@ -852,7 +834,6 @@
        }
      },
      "required": [
        "validityPeriod",
        "pUKCodes"
      ]
    },
@@ -917,20 +898,29 @@
          "type": "string",
          "description": "Model of the device"
        },
        "iMEI": {
        "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"
        },
        "mACAddress": {
        "mACAddresses": {
          "type": "array",
          "items": {
            "$ref": "ts_103280_2017_07#/$defs/MACAddress"
          }
        },
        "deviceID": {
          "type": "string",