Files
espocrm/schema/metadata/app/entityTemplateList.json
Yuri Kuznetsov 50a91836e8 schema
2023-05-27 11:44:41 +03:00

14 lines
506 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.espocrm.com/schema/metadata/app/entityTemplateList.json",
"title": "app/entityTemplateList",
"description": "A list of entity templates available when creating a new entity type in the Entity Manager tool. Use __APPEND__ to add new values without deleting existing.",
"type": "array",
"items": {
"anyOf": [
{"const": "__APPEND__"},
{"type": "string"}
]
}
}