patchbayParameterShape function

Map<String, Object?> patchbayParameterShape(
  1. Map<String, Object?> arguments
)

Produces a recursively redacted JSON shape without retaining scalar values.

Implementation

Map<String, Object?> patchbayParameterShape(Map<String, Object?> arguments) =>
    _shape(arguments);