Documentation
    Preparing search index...

    Type Alias ConfigSchemaValidation

    ConfigSchemaValidation:
        | { ok: true }
        | { code: ConfigSchemaErrorCode; error: string; ok: false }

    Shape returned by a successful registerSchema result (ok=true) or a rejection (ok=false + code + error). Mirrors the wire envelope fields.