{
    "ok": true,
    "version": "2.2.0",
    "schema_tables": {
        "gateway_tenants": true,
        "gateway_tenant_links": true,
        "gateway_providers": true,
        "gateway_provider_scopes": true,
        "gateway_outbox": true,
        "gateway_delivery_attempts": true,
        "gateway_dead_letters": true,
        "gateway_request_nonces": true,
        "gateway_idempotency_keys": true,
        "gateway_rate_limits": true,
        "gateway_webhook_events": true,
        "gateway_webhook_nonces": true,
        "gateway_audit_logs": true,
        "gateway_admin_login_attempts": true
    },
    "stats": {
        "gateway_tenants": 1,
        "gateway_providers": 1,
        "gateway_provider_scopes": 1,
        "gateway_outbox": 0,
        "gateway_delivery_attempts": 0,
        "gateway_dead_letters": 0,
        "gateway_webhook_events": 0,
        "gateway_tenant_links": 0
    },
    "contracts": {
        "hmac_v2": true,
        "replay_protection": true,
        "idempotent_outbox": true,
        "strict_provider_scope": true,
        "targeted_dispatch": true,
        "stale_worker_recovery": true,
        "provider_dns_pin": true,
        "request_size_limit": true,
        "provider_bound_webhook_linking": true,
        "commercial_credit_authority": "core",
        "gateway_credit_debit": false,
        "api_key_plus_hmac": true,
        "logical_tenant_provisioning": true,
        "provider_failover": true,
        "webhook_hmac": true,
        "webhook_tenant_pull": true,
        "admin_session_csrf": true,
        "admin_login_throttle": true
    }
}