mirror of
https://github.com/jambonz/jambonz-node.git
synced 2026-07-24 13:02:42 +00:00
add support for env schema, allowing users to provide environment variables for an application
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"/hello": {
|
||||
"text": {
|
||||
"description": "Welcome message",
|
||||
"type": "invalid_type",
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user