Commit ce03376d authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Un-updating versions

parent f8fa2652
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{
  "$id": "urn:etsi:li:103705:record-schema-id:v1.5.1",
  "$id": "urn:etsi:li:103705:record-schema-id:v1.2.1",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CSP Record Schema",
  "description": "Defines the valid set of Subscriber Data Records that may appear in a RecordSet (see ETSI TS 103 705 clause 6.2.4)",
@@ -13,12 +13,12 @@
        {
          "allOf": [
            {
              "$ref": "urn:etsi:li:103705:type-schema-id:v1.2.1#/$defs/UserInformationRecord"
              "$ref": "urn:etsi:li:103705:type-schema-id:v1.2.1#/$defs/SubscriberInformationRecord"
            },
            {
              "properties": {
                "type": {
                  "const": "urn:etsi:li:103705:type-schema-id:v1.2.1#/$defs/UserInformationRecord"
                  "const": "urn:etsi:li:103705:type-schema-id:v1.2.1#/$defs/SubscriberInformationRecord"
                }
              }
            }
+1 −39
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
  "recordSet": [
    {
      "id": "3da91ade-f526-4e55-b5da-0c8178f25c24",
      "type": "urn:etsi:li:103705:type-schema-id:v1.2.1#/$defs/UserInformationRecord",
      "type": "urn:etsi:li:103705:type-schema-id:v1.2.1#/$defs/SubscriberInformationRecord",
      "validityPeriod": {
        "begin": "2025-01-01T12:00:01.000000Z",
        "end": "2025-02-01T17:00:00.000000Z"
@@ -36,44 +36,6 @@
          }
        }
      }
    },
    {
      "id": "8be3fc6b-a2dd-4104-9af1-d6b1f70081a0",
      "type": "urn:etsi:li:103705:type-schema-id:v1.2.1#/$defs/ServiceInformationRecord",
      "validityPeriod": {
        "begin": "2025-01-01T12:00:01.000000Z",
        "end": "2025-02-01T17:00:00.000000Z"
      },
      "typeOfService": "telephony",
      "startDate": "2025-02-01T17:00:00.000000Z",
      "endDate": "2025-02-01T17:00:00.000000Z",
      "serviceIdentifiers": [
        {
          "phoneNumber": "441632960124"
        },
        {
          "iMSI": "99999123456789"
        }
      ]
    },
    {
      "id": "8be3fc6b-a2dd-4104-9af1-d6b1f70081a2",
      "type": "urn:etsi:li:103705:type-schema-id:v1.2.1#/$defs/ServiceInformationRecord",
      "validityPeriod": {
        "begin": "2025-01-01T12:00:01.000000Z",
        "end": "2025-02-01T17:00:00.000000Z"
      },
      "typeOfService": "DataAccess",
      "startDate": "2025-01-01T12:00:01.000000Z",
      "endDate": "2025-02-01T17:00:00.000000Z",
      "serviceIdentifiers": [
        {
          "iPv4Address": "203.0.113.0"
        },
        {
          "iPv6Address": "2001:0db8:0000:0000:0000:0000:0002:0001"
        }
      ]
    }
  ]
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
{
  "$id": "urn:etsi:li:103705:record-schema-id:v1.5.1",
  "$id": "urn:etsi:li:103705:record-schema-id:v1.2.1",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CSP Record Schema",
  "description": "Defines the valid set of Subscriber Data Records that may appear in a RecordSet (see ETSI TS 103 705 clause 6.2.4)",
+2 −2
Original line number Diff line number Diff line
{
  "recordSetDescription": {
    "etsiSchemaId": "urn:etsi:li:103705:response-schema-id:v1.5.1",
    "etsiSpecificationVersion": "1.5.1",
    "etsiSchemaId": "urn:etsi:li:103705:response-schema-id:v1.2.1",
    "etsiSpecificationVersion": "1.2.1",
    "cspName": "csp.example.com",
    "cspSchemaId": "csp.example_6",
    "cspSchemaVersion": "1.0.0",