mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
18 lines
597 B
JSON
18 lines
597 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://www.espocrm.com/schema/metadata/app/fileStorage.json",
|
|
"title": "app/fileStorage",
|
|
"description": "File storages.",
|
|
"type": "object",
|
|
"properties": {
|
|
"implementationClassNameMap": {
|
|
"type": "object",
|
|
"description": "Implementation classes for file storages. Should implement Espo\\Core\\FileStorage\\Storage.",
|
|
"additionalProperties": {
|
|
"description": "A storage name.",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|