1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-24 03:32:51 +02:00
bitwarden-browser/apps/browser/src/managed_schema.json

21 lines
509 B
JSON
Raw Normal View History

{
"type": "object",
"properties": {
"environment": {
"type": "object",
"properties": {
"base": {
"type": "string",
"description": "Base url, typically only this value needs to be set"
},
"webVault": { "type": "string" },
"api": { "type": "string" },
"identity": { "type": "string" },
"icons": { "type": "string" },
"notifications": { "type": "string" },
"events": { "type": "string" }
}
}
}
}