Maps JSON Schema error paths to schema error definitions.
This internal module combines JSON Pointer decoding and selection of the most specific error definition.
Summary
Functions
Returns the declaration order, error reason, and resolved path for a JSON Pointer.
Functions
@spec resolve([ExParamsSchema.Schema.error_definition()], String.t()) :: ExParamsSchema.Schema.resolved_error_path() | nil
Returns the declaration order, error reason, and resolved path for a JSON Pointer.
When multiple definitions match, chooses the most specific path.