@illavv/run_typer - v4.1.0
    Preparing search index...

    Type Alias JSONSchemaFragment

    JSONSchemaFragment: Record<string, unknown>

    A JSON Schema fragment — the object describing one slot.

    Deliberately loose: JSON Schema is open-ended by design, and pinning it to a closed type would mean re-typing the specification to gain nothing here.