From 5a6ea06c5de9efc58bf13683946cf3b0a5b5f90e Mon Sep 17 00:00:00 2001 From: Brandon Schneider Date: Wed, 18 Oct 2023 14:45:51 -0500 Subject: [PATCH] Update this with correct keys Some keys were wrong content_type -> contentType data_source -> dataSource RHCLOUD-25555 --- packages/sitemap/schemas/openapi.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/sitemap/schemas/openapi.json b/packages/sitemap/schemas/openapi.json index 30a4626a..7c1ae9d2 100644 --- a/packages/sitemap/schemas/openapi.json +++ b/packages/sitemap/schemas/openapi.json @@ -37,7 +37,7 @@ "CanonicalJsonResponse": { "type": "object", "properties": { - "data_source": { + "dataSource": { "description": "This data attribute is an alias for the data source. This is obtained from the search platform team.", "type": "string", "enum": [ @@ -49,7 +49,7 @@ } }, "required": [ - "data_source", + "dataSource", "documents" ] }, @@ -72,7 +72,7 @@ ], "default": "index" }, - "content_type": { + "contentType": { "description": "A value representing the type of document.", "type": "string", "enum": [ @@ -120,7 +120,7 @@ }, "required": [ "solr_command", - "content_type", + "contentType", "id", "uri", "name",