belgif / rest-problem-java

Java library for RFC 9457 Problems with support for standard problem types of the Belgif REST guide (https://www.belgif.be/specification/rest/api-guide/#error-handling)
https://belgif.github.io/rest-problem-java/
Apache License 2.0
3 stars 0 forks source link

Standardize urn:problem-type:cbss:input-validation:* issue types under Belgif #3

Open jpraet opened 5 months ago

jpraet commented 5 months ago

The InputValidationIssues class lists a bunch of general issue types that are currently standardized within CBSS (urn:problem-type:cbss:input-validation:*).

These are not CBSS-specific, but rather handle general validation issues, validation issues of Belgif-standardized openapi types, and cross-parameter validation issues.

So these are all candidates to be standardized under urn:problem-type:belgif:input-validation:*.

See also: