Fixes json schema

This commit is contained in:
Tomáš Procházka
2025-06-19 22:54:24 +02:00
parent b0579c9acf
commit 19fe743c1c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.",
+1 -1
View File
@@ -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",
@@ -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.",