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

View file

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

View file

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

View file

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

View file

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