Files
espocrm/schema/module.json
Yuri Kuznetsov 0e37635373 schema
2023-05-25 17:18:55 +03:00

14 lines
392 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.espocrm.com/schema/module.json",
"title": "module",
"description": "An Espo module.",
"type": "object",
"properties": {
"order": {
"type": "integer",
"description": "The order is used by the system to define which module to load first."
}
}
}