add uiHint for to indicate how env should be displayed in portal

This commit is contained in:
Dave Horton
2025-05-24 09:29:10 -04:00
parent 79a059f954
commit 8c2867aad2

View File

@@ -24,6 +24,10 @@
}, },
"obscure": { "obscure": {
"type": "boolean" "type": "boolean"
},
"uiHint": {
"type": "string",
"enum": ["input", "textarea", "filepicker"]
} }
}, },
"required": ["type", "description"] "required": ["type", "description"]