Commit 1bf10b54 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Initial renaming following call, and removing Chat+Other

parent 54606fec
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
      "record" : {
        "oneOf" : [{
          "allOf" : [
            { "$ref" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/InformationCall" },
            { "properties" : { "type" : { "const" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/InformationCall"}}}
            { "$ref" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/CallRecord" },
            { "properties" : { "type" : { "const" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/CallRecord"}}}
          ]},
          {
            "allOf" : [
              { "$ref" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/InformationMessaging" },
              { "properties" : { "type" : { "const" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/InformationMessaging"}}}
              { "$ref" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/MessagingRecord" },
              { "properties" : { "type" : { "const" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/MessagingRecord"}}}
            ]}            
          ]
      }
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    "recordSet": [
        {
            "id": "3da91ade-f526-4e55-b5da-0c8178f25c24",
            "type": "etsi.org_ts103705_1.3.1_etsi-types#/$defs/InformationCall",
            "type": "etsi.org_ts103705_1.3.1_etsi-types#/$defs/CallRecord",
            "timeBegin": "2024-04-20T10:04:00.000000Z",
            "timeEnd": "2024-04-20T10:05:00.000000Z",
            "endReason": 16,
@@ -27,7 +27,7 @@
        },
        {
            "id": "8be3fc6b-a2dd-4104-9af1-d6b1f70081a0",
            "type": "etsi.org_ts103705_1.3.1_etsi-types#/$defs/InformationMessaging",
            "type": "etsi.org_ts103705_1.3.1_etsi-types#/$defs/MessagingRecord",
            "timeBegin": "2024-04-18T10:04:00.000000Z",
            "parties": [
                {
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@
      "record" : {
          "oneOf" : [{
            "allOf" : [
              { "$ref" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/InformationCall" },
              { "properties" : { "type" : { "const" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/InformationCall"}}}
              { "$ref" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/CallRecord" },
              { "properties" : { "type" : { "const" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/CallRecord"}}}
            ]},
            {
              "allOf" : [
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    "recordSet": [
        {
            "id": "3da91ade-f526-4e55-b5da-0c8178f25c24",
            "type": "etsi.org_ts103705_1.3.1_etsi-types#/$defs/InformationCall",
            "type": "etsi.org_ts103705_1.3.1_etsi-types#/$defs/CallRecord",
            "timeBegin": "2024-04-20T10:04:00.000000Z",
            "timeEnd": "2024-04-20T10:05:00.000000Z",
            "endReason": 16,
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    "description": "JSON schema for ETSI-defined types (see clause 6.1 and Annex A)",
    "$defs": {
        "CSPMessagingRecord" : {
            "allOf" : [{ "$ref" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/InformationMessaging"}],
            "allOf" : [{ "$ref" : "etsi.org_ts103705_1.3.1_etsi-types#/$defs/MessagingRecord"}],
            "properties" : {
                "CSPMessagingReference" : { "$ref" : "ts_103280_2017_07#/$defs/UUID"}
            }
Loading