diff --git a/103705/schema/etsi_types.schema.json b/103705/schema/etsi_types.schema.json index 1854183d6941dd2888dd27a9f88cad1a8197b0c9..99a75dea0a15dab1ac3f75b6a2bafbc35e2742e4 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",