add support for env schema, allowing users to provide environment variables for an application

This commit is contained in:
Dave Horton
2025-04-18 17:53:06 -04:00
parent 117f0b93e7
commit 9d91683c6b
16 changed files with 548 additions and 18 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"text": {
"type": "string"
},
"/hello": {
"text": {
"description": "Welcome message",
"type": "invalid_type",
"required": true
}
}
}