From 19fe743c1c4c719dda4d7c5d025924738907c9e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Proch=C3=A1zka?= Date: Thu, 19 Jun 2025 22:54:24 +0200 Subject: [PATCH] Fixes json schema --- schema/metadata/app/consoleCommands.json | 2 +- schema/metadata/app/containerServices.json | 2 +- schema/metadata/app/portalContainerServices.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schema/metadata/app/consoleCommands.json b/schema/metadata/app/consoleCommands.json index 20bc9828cb..c3484cf3e3 100644 --- a/schema/metadata/app/consoleCommands.json +++ b/schema/metadata/app/consoleCommands.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2020-12/consoleCommands", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.espocrm.com/schema/metadata/app/consoleCommands.json", "title": "app/appParams", "description": "Console commands.", diff --git a/schema/metadata/app/containerServices.json b/schema/metadata/app/containerServices.json index 8dccc4767f..ec68b17609 100644 --- a/schema/metadata/app/containerServices.json +++ b/schema/metadata/app/containerServices.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2020-12/consoleCommands", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.espocrm.com/schema/metadata/app/containerServices.json", "title": "app/containerServices", "description": "Definitions of container services. https://docs.espocrm.com/development/di/#container-services", diff --git a/schema/metadata/app/portalContainerServices.json b/schema/metadata/app/portalContainerServices.json index 4dceb3e482..fce8389e04 100644 --- a/schema/metadata/app/portalContainerServices.json +++ b/schema/metadata/app/portalContainerServices.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2020-12/consoleCommands", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.espocrm.com/schema/metadata/app/portalContainerServices.json", "title": "app/portalContainerServices", "description": "Overriding of container services for portals. Provides the ability to define custom implementations for portals.",