"title":"Collection of records related to a single subscriber",
"description":"Nesting record to cluster records related to a single subscriber. Use this record to cluster Subscriber Data records when the record set contains records of multiple subscribers. See clause 5.4",
"properties":{
"subscriberInformationRecord":{
"$ref":"#/$defs/SubscriberInformationRecord",
"description":"Information about a natural person or organisation in this CollectionRecord"
},
"registrationInformationRecords":{
"type":"array",
"items":{
"$ref":"#/$defs/RegistrationInformationRecord",
"description":"One or more registration information records for the subscriber in this CollectionRecord"
}
},
"serviceInformationRecords":{
"type":"array",
"items":{
"$ref":"#/$defs/ServiceInformationRecord",
"description":"One or more service information records for the subscriber in this CollectionRecord"
}
},
"paymentInformationRecords":{
"type":"array",
"items":{
"$ref":"#/$defs/PaymentInformationRecord",
"description":"One or more payment information records for the subscriber in this CollectionRecord"