Fixes json schema
This commit is contained in:
@@ -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,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.",
|
||||
|
||||
Reference in New Issue
Block a user