fix schema

This commit is contained in:
bkellam 2025-11-03 20:43:34 -08:00
parent 3b4259f32c
commit 1d1869d735
5 changed files with 5 additions and 5 deletions

View file

@ -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": [

View file

@ -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": [

View file

@ -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": [

View file

@ -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": [

View file

@ -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": [