You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validation endpoint requires a basic configuration in order to perform checks of ID fields.
Details
Add required configuration properties to AppConfig and BaseDependencies . For instance validator should contain an array of category, entity and field to enable search.
To make sure these configuration is valid we need to validate category, entity and field against the dictionary on that category
Combination of category and entity should be unique
Every request into the validator endpoint should check if category, entity and field exists in configuration, If not, return 404 Not found response.
Summary of request
Validation endpoint requires a basic configuration in order to perform checks of ID fields.
Details
AppConfig
andBaseDependencies
. For instancevalidator
should contain an array ofcategory
,entity
andfield
to enable search.category
,entity
andfield
against the dictionary on that categorycategory
andentity
should be uniqueRelated to issues:
#109
The text was updated successfully, but these errors were encountered: