This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Yuri Kuznetsov 5023a58cc1 schema
2023-05-27 13:59:52 +03:00

17 lines
567 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.espocrm.com/schema/metadata/app/rebuild.json",
"title": "app/rebuild",
"description": "Rebuild definitions.",
"type": "object",
"properties": {
"actionClassNameList": {
"type": "array",
"description": "Array of class names. Actions being processed when the application is being rebuilt. Should implement Espo\\Core\\Rebuild\\RebuildAction.",
"items": {
"type": "string"
}
}
}
}