mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
fix schema
This commit is contained in:
parent
3b4259f32c
commit
1d1869d735
5 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
"type": "object",
|
||||
"description": "Environment variable overrides.",
|
||||
"name": "EnvironmentOverrides",
|
||||
"title": "EnvironmentOverrides",
|
||||
"not": {
|
||||
"$comment": "List of environment variables that are not allowed to be overridden.",
|
||||
"anyOf": [
|
||||
|
|
|
|||
|
|
@ -282,7 +282,7 @@
|
|||
"environmentOverrides": {
|
||||
"type": "object",
|
||||
"description": "Environment variable overrides.",
|
||||
"name": "EnvironmentOverrides",
|
||||
"title": "EnvironmentOverrides",
|
||||
"not": {
|
||||
"$comment": "List of environment variables that are not allowed to be overridden.",
|
||||
"anyOf": [
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
const schema = {
|
||||
"type": "object",
|
||||
"description": "Environment variable overrides.",
|
||||
"name": "EnvironmentOverrides",
|
||||
"title": "EnvironmentOverrides",
|
||||
"not": {
|
||||
"$comment": "List of environment variables that are not allowed to be overridden.",
|
||||
"anyOf": [
|
||||
|
|
|
|||
|
|
@ -281,7 +281,7 @@ const schema = {
|
|||
"environmentOverrides": {
|
||||
"type": "object",
|
||||
"description": "Environment variable overrides.",
|
||||
"name": "EnvironmentOverrides",
|
||||
"title": "EnvironmentOverrides",
|
||||
"not": {
|
||||
"$comment": "List of environment variables that are not allowed to be overridden.",
|
||||
"anyOf": [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "object",
|
||||
"description": "Environment variable overrides.",
|
||||
"name": "EnvironmentOverrides",
|
||||
"title": "EnvironmentOverrides",
|
||||
"not": {
|
||||
"$comment": "List of environment variables that are not allowed to be overridden.",
|
||||
"anyOf": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue