From 8c2867aad2e6a1085d2154b5159f7d02cc2cb73b Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Sat, 24 May 2025 09:29:10 -0400 Subject: [PATCH] add uiHint for to indicate how env should be displayed in portal --- lib/schema/app-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/schema/app-schema.json b/lib/schema/app-schema.json index 9ac0b36..e1b063a 100644 --- a/lib/schema/app-schema.json +++ b/lib/schema/app-schema.json @@ -24,6 +24,10 @@ }, "obscure": { "type": "boolean" + }, + "uiHint": { + "type": "string", + "enum": ["input", "textarea", "filepicker"] } }, "required": ["type", "description"]