Validate a conditional field expression
Type-check a conditional-field definition without persisting it. Returns the parsed expression diagnostics so the UI can highlight errors live in the expression editor.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Display name of the conditional field; shown in catalogs and UI.
Catalog section the field belongs to (e.g. contact.identity).
Evaluator expression (e.g. contact.age >= 18 && contact.country == "US"). Validated against the catalog on save.
Existing field _id when validating an edit; omitted for new fields so self-references are skipped.
Lifecycle state of the field, typically active or draft.
Type returned by the expression: boolean, string, number.
Free-form explanation of the field's intent; shown as helper text.
Top-level scope the field applies to (e.g. contact, application).
Where the field is surfaced (contact, application, etc.).
Response
Validation result
The response is of type object.