Source: merlon/v1/config.proto (package merlon.v1)
Services
ConfigService
| Method | Request | Response | Description |
|---|
ValidateConfig | merlon.v1.ValidateConfigRequest | merlon.v1.ValidateConfigResponse | — |
GetRuntimeConfigDigests | merlon.v1.GetRuntimeConfigDigestsRequest | merlon.v1.GetRuntimeConfigDigestsResponse | — |
Messages
GetRuntimeConfigDigestsRequest
No fields.
GetRuntimeConfigDigestsResponse
| Field | Type | Label | Description |
|---|
digests | RuntimeConfigDigest | repeated | — |
RuntimeConfigDigest
| Field | Type | Label | Description |
|---|
config_type | string | — | — |
sha256 | string | — | — |
ValidateConfigRequest
| Field | Type | Label | Description |
|---|
config_type | string | — | "cdd_weights", "tm_scenarios", "screening_lists" |
yaml_content | string | — | — |
ValidateConfigResponse
| Field | Type | Label | Description |
|---|
valid | bool | — | — |
errors | ValidationError | repeated | — |
ValidationError
| Field | Type | Label | Description |
|---|
field | string | — | — |
message | string | — | — |