From 9b8948ea6b217e88bc36f7c3b4f611733481ee74 Mon Sep 17 00:00:00 2001 From: Bharat Kashyap Date: Fri, 2 Feb 2024 00:27:11 +0530 Subject: [PATCH] fix: jsonSchemas --- docs/schemas/v1/definitions.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/schemas/v1/definitions.json b/docs/schemas/v1/definitions.json index 07d00be8a46..71f031e7164 100644 --- a/docs/schemas/v1/definitions.json +++ b/docs/schemas/v1/definitions.json @@ -17,6 +17,11 @@ "spec": { "type": "object", "properties": { + "plan": { + "type": "string", + "enum": ["free", "pro"], + "description": "The plan for this application." + }, "authentication": { "type": "object", "properties": {