"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"
"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"