Transforming request data
interface {
name: string,
path: string | null,
send_to_api?: boolean | ApiManifestJsonLogic,
value?: boolean | string | number | null | ApiManifestJsonLogic
}interface {
type: "jsonlogic",
schema: JsonLogic
}Gotchas
Example with transformed value
Example with conditional value
Other useful example cases
Last updated