From adb24ad6b71005841b58493cc15e79be333dfe2f Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:47:53 +0000 Subject: [PATCH] Add spec for oathkeeper:v0.40.8 --- spec/oathkeeper/latest | 2 +- spec/oathkeeper/v0.40.8.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/spec/oathkeeper/latest b/spec/oathkeeper/latest index 1295af32a0c..6a9a5dc5988 100644 --- a/spec/oathkeeper/latest +++ b/spec/oathkeeper/latest @@ -1 +1 @@ -v0.40.7 +v0.40.8 diff --git a/spec/oathkeeper/v0.40.8.json b/spec/oathkeeper/v0.40.8.json index 11a151c93b9..6c5c27b119d 100755 --- a/spec/oathkeeper/v0.40.8.json +++ b/spec/oathkeeper/v0.40.8.json @@ -270,6 +270,7 @@ }, "healthNotReadyStatus": { "type": "object", + "title": "The not ready status of the service.", "properties": { "errors": { "description": "Errors contains a list of errors that caused the not ready status.", @@ -282,6 +283,7 @@ }, "healthStatus": { "type": "object", + "title": "The health status of the service.", "properties": { "status": { "description": "Status always contains \"ok\".",