injected service use to handle the attribute related operations
which field to get the attributes from context
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status Ok
This validator is used to check if the attribute is valid by applying the following steps in sequence:
Get the attribute data list from the context
If attribute data list is empty return 200
Get attribute list from attributeId (attributeService.getAttributeList)
Check if attributes exists
Check attributes type matches with it values
Return 200
400 NBError Wrong parameter
404 NBError Not found
Generated using TypeDoc
Is valid attribute validator