Commit 14434db7 authored by Frank Fransen's avatar Frank Fransen Committed by Mark Canterbury
Browse files

Edit etsi_types.schema.json

parent b27bf4fc
Loading
Loading
Loading
Loading
+0 −35
Original line number Diff line number Diff line
@@ -987,41 +987,6 @@
          "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. 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"
          }
        },
        "required": [
          "subscriberInformationRecord"
        ]
      }
    }
  }
}