-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Before sending a domain graph to the user, it would be nice to have some simple validation before actually call the reload endpoint. This because the response of the server does not tell me what is wrong with the domain graph.
Some examples of possible checks:
- no duplicated entities (e.g. detect inconsistencies in the source data)
- no duplicated relations
- only use known entity-types and attribute types (e.g. to detect typos)
- check attribute assignments types
- ...
These are some examples but there are certainly more good checks where the server gives an error but does not specify what is wrong with the reload. Detecting them before reloading would save a lot of time when developing a connector!
maartendecat
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request