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",
|
"type": "object",
|
||||||
"description": "Environment variable overrides.",
|
"description": "Environment variable overrides.",
|
||||||
"name": "EnvironmentOverrides",
|
"title": "EnvironmentOverrides",
|
||||||
"not": {
|
"not": {
|
||||||
"$comment": "List of environment variables that are not allowed to be overridden.",
|
"$comment": "List of environment variables that are not allowed to be overridden.",
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
|
|
||||||
|
|
@ -282,7 +282,7 @@
|
||||||
"environmentOverrides": {
|
"environmentOverrides": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Environment variable overrides.",
|
"description": "Environment variable overrides.",
|
||||||
"name": "EnvironmentOverrides",
|
"title": "EnvironmentOverrides",
|
||||||
"not": {
|
"not": {
|
||||||
"$comment": "List of environment variables that are not allowed to be overridden.",
|
"$comment": "List of environment variables that are not allowed to be overridden.",
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
const schema = {
|
const schema = {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Environment variable overrides.",
|
"description": "Environment variable overrides.",
|
||||||
"name": "EnvironmentOverrides",
|
"title": "EnvironmentOverrides",
|
||||||
"not": {
|
"not": {
|
||||||
"$comment": "List of environment variables that are not allowed to be overridden.",
|
"$comment": "List of environment variables that are not allowed to be overridden.",
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
|
|
||||||
|
|
@ -281,7 +281,7 @@ const schema = {
|
||||||
"environmentOverrides": {
|
"environmentOverrides": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Environment variable overrides.",
|
"description": "Environment variable overrides.",
|
||||||
"name": "EnvironmentOverrides",
|
"title": "EnvironmentOverrides",
|
||||||
"not": {
|
"not": {
|
||||||
"$comment": "List of environment variables that are not allowed to be overridden.",
|
"$comment": "List of environment variables that are not allowed to be overridden.",
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Environment variable overrides.",
|
"description": "Environment variable overrides.",
|
||||||
"name": "EnvironmentOverrides",
|
"title": "EnvironmentOverrides",
|
||||||
"not": {
|
"not": {
|
||||||
"$comment": "List of environment variables that are not allowed to be overridden.",
|
"$comment": "List of environment variables that are not allowed to be overridden.",
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue