-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary of request
Validation endpoint requires a basic configuration in order to perform checks of ID fields.
Details
- Add required configuration properties to
AppConfigandBaseDependencies. For instancevalidatorshould contain an array ofcategory,entityandfieldto enable search. - To make sure these configuration is valid we need to validate
category,entityandfieldagainst the dictionary on that category - Combination of
categoryandentityshould 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.
Related to issues:
Metadata
Metadata
Assignees
Labels
No labels