From b857cf0dc185eaaefa8ed12f8aaa51acfc88211f Mon Sep 17 00:00:00 2001 From: Ryan Doherty Date: Mon, 8 Jul 2024 22:05:00 -0400 Subject: [PATCH] Add attributeFormat to standard reporter JSON schema --- .../wdk/includes/answer-formatConfig-json-request.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Service/doc/schema/wdk/includes/answer-formatConfig-json-request.json b/Service/doc/schema/wdk/includes/answer-formatConfig-json-request.json index fb9e3a042..3cf6d164b 100644 --- a/Service/doc/schema/wdk/includes/answer-formatConfig-json-request.json +++ b/Service/doc/schema/wdk/includes/answer-formatConfig-json-request.json @@ -6,6 +6,13 @@ "bufferEntireResponse": { "type": "boolean", }, + "attributeFormat": { + "type": "string", + "enum": [ + "text", + "display" + ] + }, "pagination": { "type": "object", "properties": {