DeclarativeHttpValidatorConfig
| Extends: | |
Declarative HTTP validator configuration — fully JSON-serializable, no function registration required.
Uses to define the HTTP request and to interpret the response as a validation result. Powered by Angular's validateHttp API.
Discriminated from by the presence of http + responseMapping (and absence of functionName).
Properties
| Name | Type | Description |
|---|---|---|
| http | | HTTP request configuration with expression-based query params and body |
| responseMapping | | Mapping that interprets the HTTP response as a validation result |
| type | "http" | Validator type identifier |
| when inherited from | | Conditional logic for when validator applies |