diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index 700b036583..035869e345 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -402,6 +402,10 @@ "type": "string", "description": "Converts field defs to ORM metadata. Should implement Espo\\Core\\Utils\\Database\\Orm\\FieldConverter." }, + "duplicatorClassName": { + "type": "string", + "description": "Duplicates attributes of a field. Some fields can require some processing when an entity is being duplicated. Should implement Espo\\Core\\Record\\Duplicator\\FieldDuplicator." + }, "select": { "type": "object", "description": "A custom complex expression to be used for the field when reading from DB. It's possible to define leftJoins and joins that are needed to be applied when the field is being selected.",