Commit 43ab6311 authored by Jason Graham's avatar Jason Graham
Browse files

Update file etsi_types.schema.json

parent 2d521e8c
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -143,6 +143,18 @@
        }
      }
    },
    "DataExistenceRecord": {
      "type": "object",
      "description": "Provides confirmation that data matching the request exists",
      "properties": {
        "DataExists": {
          "type":"boolean"
        }
      },
      "required": [
        "DataExists"
      ]
    },
    "CallPartyInformation": {
      "type": "object",
      "description" : "Information about the participants and technologies related to the call",