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": {
"type": "boolean"
},
"uiHint": {
"type": "string",
"enum": ["input", "textarea", "filepicker"]
}
},
"required": ["type", "description"]