Hi team,
While declaring relationships as per the no-code model using the @Relationship annotation, we specify the entityTypes field. Is there any validation on the corresponding aspect at the time of ingestion. I ask this since I was trying out ingestion via the rest api, and in the ownership aspect I provided dummy urns (instead of legitimate corpuser/corpgroup urns), but still it got indexed into neo4j and the previously non-existent nodes(which weren't valid entities in the system) got created as the destination of the 'OwnedBy' relationship. Is this expected or something that I might be missing ?