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

Updating descriptions from latest draft

parent bf3d355f
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -149,6 +149,7 @@
    },
    },
    "CallPartyInformation": {
    "CallPartyInformation": {
      "type": "object",
      "type": "object",
      "description" : "Information about the participants and technologies related to the call",
      "properties": {
      "properties": {
        "identity": {
        "identity": {
          "$ref": "#/$defs/CallPartyId"
          "$ref": "#/$defs/CallPartyId"
@@ -175,6 +176,7 @@
    },
    },
    "MessagingPartyInformation": {
    "MessagingPartyInformation": {
      "type": "object",
      "type": "object",
      "description": "Information about the participants and technologies related to the messages",
      "properties": {
      "properties": {
        "identity": {
        "identity": {
          "$ref": "#/$defs/MessagingPartyId"
          "$ref": "#/$defs/MessagingPartyId"
@@ -199,6 +201,7 @@
    },
    },
    "EmailPartyInformation": {
    "EmailPartyInformation": {
      "type": "object",
      "type": "object",
      "description": "Information about the participants and technologies related to the messages",
      "properties": {
      "properties": {
        "identity": {
        "identity": {
          "$ref": "#/$defs/EmailPartyId"
          "$ref": "#/$defs/EmailPartyId"
@@ -223,6 +226,7 @@
    },
    },
    "DataAccessPartyInformation": {
    "DataAccessPartyInformation": {
      "type": "object",
      "type": "object",
      "description": "Information about the participants and technologies related to the data service",
      "properties": {
      "properties": {
        "identity": {
        "identity": {
          "$ref": "#/$defs/DataPartyId"
          "$ref": "#/$defs/DataPartyId"
@@ -247,6 +251,7 @@
    },
    },
    "CallPartyId": {
    "CallPartyId": {
      "type": "object",
      "type": "object",
      "description": "Identifier of the party related to the call",
      "properties": {
      "properties": {
        "mSISDN": {
        "mSISDN": {
          "$ref": "ts_103280_2017_07#/$defs/InternationalE164"
          "$ref": "ts_103280_2017_07#/$defs/InternationalE164"
@@ -270,6 +275,7 @@
    },
    },
    "MessagingPartyId": {
    "MessagingPartyId": {
      "type": "object",
      "type": "object",
      "description": "Identifier of the party related to the message",
      "properties": {
      "properties": {
        "mSISDN": {
        "mSISDN": {
          "$ref": "ts_103280_2017_07#/$defs/InternationalE164"
          "$ref": "ts_103280_2017_07#/$defs/InternationalE164"
@@ -293,6 +299,7 @@
    },
    },
    "EmailPartyId": {
    "EmailPartyId": {
      "type": "object",
      "type": "object",
      "description": "Identifier of the party related to the message",
      "properties": {
      "properties": {
        "emailAddress": {
        "emailAddress": {
          "$ref": "ts_103280_2017_07#/$defs/EmailAddress"
          "$ref": "ts_103280_2017_07#/$defs/EmailAddress"
@@ -307,6 +314,7 @@
    },
    },
    "DataAccessPartyId": {
    "DataAccessPartyId": {
      "type": "object",
      "type": "object",
      "description": "Identifier of the party related to the data service",
      "properties": {
      "properties": {
        "mSISDN": {
        "mSISDN": {
          "$ref": "ts_103280_2017_07#/$defs/InternationalE164"
          "$ref": "ts_103280_2017_07#/$defs/InternationalE164"
@@ -351,6 +359,7 @@
    },
    },
    "DataVolume": {
    "DataVolume": {
      "type": "object",
      "type": "object",
      "description": "quantification of the bytes exchanged",
      "properties": {
      "properties": {
        "bytesUpload": {
        "bytesUpload": {
          "type": "integer"
          "type": "integer"
@@ -365,6 +374,7 @@
    },
    },
    "Bearer": {
    "Bearer": {
      "type": "object",
      "type": "object",
      "description": "The Technology used",
      "properties": {
      "properties": {
        "technology": {
        "technology": {
          "enum": [
          "enum": [
@@ -383,6 +393,7 @@
    },
    },
    "Location": {
    "Location": {
      "type": "object",
      "type": "object",
      "description": "Location information of the party",
      "properties": {
      "properties": {
        "cGI": {
        "cGI": {
          "$ref": "ts_103280_2017_07#/$defs/CGI"
          "$ref": "ts_103280_2017_07#/$defs/CGI"