Commit 652b8e66 authored by Frank Fransen's avatar Frank Fransen Committed by Mark Canterbury
Browse files

Update 2 files

- /103705/examples/example8/csp_types.schema.json
- /103705/examples/example8/csp_results.json
parent 9f95fedb
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@
            "end": "2026-01-01T17:00:00.000000Z"
          },
          "typeOfService": "DataAccess",
          "startDate": "20265-01-01",
          "startDate": "2025-01-01",
          "endDate": "2026-12-31",
          "serviceIdentifiers": [
            {
+35 −0
Original line number Diff line number Diff line
@@ -38,6 +38,41 @@
          "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"
        ]
      }
    }
  }
}