Commit 64f83249 authored by Frank Fransen's avatar Frank Fransen
Browse files

Update file etsi_types.schema.json

parent fb26e281
Loading
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
@@ -987,6 +987,38 @@
          "description": "Personal Unblocking Key for PIN2"
        }
      }
    },
    "SubscriberRecordsCollectionRecord": {
      "type": "object",
      "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",
      "properties": {
        "subscriberInformationRecord": {
          "$ref": "ts_103280_2017_07#/$defs/SubscriberInformationRecord",
          "description": "Information about  a natural person or organisation in this CollectionRecord"
        },
        "registrationInformationRecord": {
          "type": "array",
          "items": {
            "$ref": "ts_103280_2017_07#/$defs/RegistrationInformationRecord",
            "description": "One or more registration informtion records for the subscriber in this CollectionRecord"
          }
        },
        "serviceInformationRecord": {
          "type": "array",
          "items": {
            "$ref": "ts_103280_2017_07#/$defs/ServiceInformationRecord",
            "description": "One or more service informtion records for the subscriber in this CollectionRecord"
          }
        },
        "paymentInformationRecord": {
          "type": "array",
          "items": {
            "$ref": "ts_103280_2017_07#/$defs/PaymentInformationRecord",
            "description": "One or more payment informtion records for the subscriber in this CollectionRecord"
          }
        }
      }
    }
  }
}