Files
espocrm/schema/metadata/app/relationships.json
Yuri Kuznetsov 5023a58cc1 schema
2023-05-27 13:59:52 +03:00

18 lines
661 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.espocrm.com/schema/metadata/app/relationships.json",
"title": "app/relationships",
"description": "Definitions of specific named relationships.",
"type": "object",
"additionalProperties": {
"description": "A relationship name.",
"type": "object",
"properties": {
"converterClassName": {
"type": "string",
"description": "A converter. Converts metadata link definitions to ORM definitions. Should implement Espo\\Core\\Utils\\Database\\Orm\\LinkConverter."
}
}
}
}