Commit 9f95fedb authored by Frank Fransen's avatar Frank Fransen Committed by Mark Canterbury
Browse files

Update file csp_types.schema.json

parent 6a902e62
Loading
Loading
Loading
Loading
+0 −35
Original line number Diff line number Diff line
@@ -38,41 +38,6 @@
          "subscriberInformationRecord"
        ]
      }
    },
    "CSPSubscriptionRecordsCollectionRecord": {
      "type": "object",
      "title": "Subscription collection record",
      "description": "Nesting record to cluster records related to a single subscription (see clause 5.5). This record is used to cluster Subscriber Data records when the record set contains records of multiple subscriptions.",
      "properties": {
        "serviceInformationRecord": {
          "$ref": "urn:etsi:li:103705:type-schema-id:v1.5.1#/$defs/ServiceInformationRecord",
          "description": "Information about the service for the subscription in this CollectionRecord"
        },
        "subscriberInformationRecords": {
          "type": "array",
          "items": {
            "$ref": "urn:etsi:li:103705:type-schema-id:v1.5.1#/$defs/SubscriberInformationRecord",
            "description": "One or more subscriber information records for this CollectionRecord"
          }
        },
        "registrationInformationRecords": {
          "type": "array",
          "items": {
            "$ref": "urn:etsi:li:103705:type-schema-id:v1.5.1#/$defs/RegistrationInformationRecord",
            "description": "One or more registration information records for the subscription in this CollectionRecord"
          }
        },
        "paymentInformationRecords": {
          "type": "array",
          "items": {
            "$ref": "urn:etsi:li:103705:type-schema-id:v1.5.1#/$defs/PaymentInformationRecord",
            "description": "Information about the payment for the subscription in this CollectionRecord"
          }
        },
        "required": [
          "serviceInformationRecord"
        ]
      }
    }
  }
}