From 43ab63117bac1efc6dffaeed03fdaf9aa34204ff Mon Sep 17 00:00:00 2001 From: grahamj Date: Fri, 4 Oct 2024 13:47:59 +0000 Subject: [PATCH] Update file etsi_types.schema.json --- 103705/schema/etsi_types.schema.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/103705/schema/etsi_types.schema.json b/103705/schema/etsi_types.schema.json index 1854183..99a75de 100644 --- a/103705/schema/etsi_types.schema.json +++ b/103705/schema/etsi_types.schema.json @@ -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", -- GitLab