mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
19 lines
643 B
JSON
19 lines
643 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://www.espocrm.com/schema/metadata/app/clientRecord.json",
|
|
"title": "app/navbar",
|
|
"description": "Client record definitions.",
|
|
"type": "object",
|
|
"properties": {
|
|
"panels": {
|
|
"description": "Detail view panels. Can be referenced from clientDefs > sidePanels/bottomPanels. As of v9.0.",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"description": "A panel.",
|
|
"type": "object",
|
|
"$ref": "../clientDefs.json#/definitions/panel"
|
|
}
|
|
}
|
|
}
|
|
}
|