diff --git a/openmetadata-spec/src/main/resources/json/schema/type/entityRelationship.json b/openmetadata-spec/src/main/resources/json/schema/type/entityRelationship.json index 40f10e77f1e..5246efc5a52 100644 --- a/openmetadata-spec/src/main/resources/json/schema/type/entityRelationship.json +++ b/openmetadata-spec/src/main/resources/json/schema/type/entityRelationship.json @@ -52,7 +52,8 @@ { "name": "RELATED_TO" }, { "name": "REVIEWS" }, { "name": "REACTED_TO" }, - { "name": "VOTED" } + { "name": "VOTED" }, + { "name": "EXPERT" } ] } },