Skip to content
Prompty

RedactedField

Redaction handling for one JSON-shaped field path.

---
title: RedactedField
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class RedactedField {
        +string path
        +string mode
        +string reason
    }
path: $.arguments.apiKey
mode: redacted
reason: secret
Name Type Description
path string JSONPath-like field path, relative to the containing payload
mode string How the field was represented
reason string Human-readable reason or policy that caused this handling