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

Edit csp_records.schema.json

parent e5c6eae2
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "description": "Defines the valid set of Subscriber Data Records that may appear in a RecordSet (see ETSI TS 103 705 clause 6.2.4)",
  "cspSchemaID": "csp.example_8",
  "cspName": "csp.example.com",
  "dateIssued": "2026-01-02T09:15:01Z",
  "dateIssued": "2026-04-29T09:15:01Z",
  "version": "1.1.1",
  "$defs": {
    "record": {
@@ -13,12 +13,12 @@
        {
          "allOf": [
            {
              "$ref": "urn:etsi:li:103705:type-schema-id:v1.5.1#/$defs/SubscriberInformationRecord"
              "$ref": "csp_example_types#/$defs/CSPSubscriberRecordsCollectionRecord"
            },
            {
              "properties": {
                "type": {
                  "const": "urn:etsi:li:103705:type-schema-id:v1.5.1#/$defs/SubscriberInformationRecord"
                  "const": "csp_example_types#/$defs/CSPSubscriberRecordsCollectionRecord"
                }
              }
            }
@@ -27,12 +27,12 @@
        {
          "allOf": [
            {
              "$ref": "urn:etsi:li:103705:type-schema-id:v1.5.1#/$defs/ServiceInformationRecord"
              "$ref": "csp_example_types#/$defs/CSPSubscriptionRecordsCollectionRecord"
            },
            {
              "properties": {
                "type": {
                  "const": "urn:etsi:li:103705:type-schema-id:v1.5.1#/$defs/ServiceInformationRecord"
                  "const": "csp_example_types#/$defs/CSPSubscriptionRecordsCollectionRecord"
                }
              }
            }