{
    "name": "svc-api",
    "status": "🟢 OK",
    "dependencies": {
        "auth": {
            "endpoint": "https://auth.apiedg.dev/",
            "name": "svc-auth",
            "status": "🟢 OK",
            "deployment": {
                "REPO_DIGEST": "ghcr.io/nostra-inc/svc-auth@sha256:3b77f49f50b0c32c065e44b1e66b9b2903bee839685f696c20269514ddcaf62d"
            },
            "dependencies": {
                "database": {
                    "status": "🟢 OK",
                    "schema": "7.2.0",
                    "latency_ms": 29,
                    "critical": true
                }
            }
        },
        "blade": {
            "endpoint": "https://blade.apiedg.dev/",
            "name": "svc-blade",
            "status": "🟢 OK",
            "deployment": {
                "region": "us-west-1",
                "digest": "ghcr.io/nostra-inc/svc-blade@sha256:3d8f155022c21932c550cc107a6a48d4d9116a181e24c0877858ba935cbb2e10"
            },
            "dependencies": {
                "database": {
                    "status": "🟢 OK",
                    "latency_ms": 2,
                    "critical": true
                }
            },
            "branches": [
                "main",
                "eng-1206-cache-bifurcate-visitor-id"
            ]
        },
        "cronos": {
            "endpoint": "https://cronos.apiedg.dev/",
            "name": "svc-cronos",
            "status": "🟢 OK",
            "version": "1.70.0",
            "digest": "ghcr.io/nostra-inc/svc-cronos@sha256:126fe25f5da48da96bfe433ee89c587c5adbacfeb7dbc066edcbc6746bfc179d",
            "database": {
                "schema": "7.2.0",
                "latency_ms": 2
            }
        },
        "ecom": {
            "endpoint": "https://ecom.apiedg.dev/",
            "name": "svc-ecom",
            "status": "🟢 OK",
            "dependencies": {
                "database": {
                    "status": "🟢 OK",
                    "schema": "7.4.0",
                    "latency_ms": 2,
                    "critical": true
                }
            },
            "defaults": {
                "salesforceCacheable": {
                    "some": [
                        {
                            "type": "matches",
                            "pattern": "^/$"
                        },
                        {
                            "type": "matches",
                            "pattern": "^/([a-z]{2}/)?(shop/catalog).*$"
                        },
                        {
                            "type": "matches",
                            "pattern": "^/([a-z]{2}/)?(.*).html$"
                        }
                    ],
                    "every": [
                        {
                            "type": "not-matches",
                            "pattern": "^/([a-z]{2}/)?my-account.*$"
                        },
                        {
                            "type": "not-matches",
                            "pattern": "^/on/demandware.store.*$"
                        },
                        {
                            "type": "not-matches",
                            "pattern": "^/([a-z]{2}/)?shop/checkout.*$"
                        }
                    ]
                },
                "salesforceDocument": {
                    "every": [
                        {
                            "type": "ends-with",
                            "pattern": ".html"
                        }
                    ]
                },
                "salesforceProtected": {},
                "shopifyCacheable": {
                    "some": [
                        {
                            "type": "matches",
                            "pattern": "^([^/]*)(/[a-z]{2}-[a-z]{2}|/[a-z]{2})?(/blogs(.*))$"
                        },
                        {
                            "type": "matches",
                            "pattern": "^([^/]*)(/[a-z]{2}-[a-z]{2}|/[a-z]{2})?(/collections(.*))$"
                        },
                        {
                            "type": "matches",
                            "pattern": "^([^/]*)(/[a-z]{2}-[a-z]{2}|/[a-z]{2})?(/pages(.*))$"
                        },
                        {
                            "type": "matches",
                            "pattern": "^([^/]*)(/[a-z]{2}-[a-z]{2}|/[a-z]{2})?(/products(.*))$"
                        },
                        {
                            "type": "matches",
                            "pattern": "^([^/]*)(/[a-z]{2}-[a-z]{2}|/[a-z]{2})?(/recommendations(.*))$"
                        },
                        {
                            "type": "matches",
                            "pattern": "^([^/]*)(/[a-z]{2}-[a-z]{2}|/[a-z]{2})?(/variants(.*))$"
                        },
                        {
                            "type": "matches",
                            "pattern": "^(/|/[a-z]{2}/?|/[a-z]{2}-[a-z]{2}/?|)$"
                        }
                    ],
                    "every": [
                        {
                            "type": "not-ends-with",
                            "pattern": ".oembed"
                        },
                        {
                            "type": "not-has",
                            "pattern": "preview_link_id"
                        },
                        {
                            "type": "not-has",
                            "pattern": "preview_theme_id"
                        },
                        {
                            "type": "not-has",
                            "pattern": "section_id"
                        },
                        {
                            "type": "not-has",
                            "pattern": "sections"
                        },
                        {
                            "type": "not-has",
                            "pattern": "sections[]"
                        },
                        {
                            "type": "not-has",
                            "pattern": "view"
                        },
                        {
                            "type": "not-includes",
                            "pattern": "/digital_wallets/dialog"
                        },
                        {
                            "type": "not-includes",
                            "pattern": "/recommendations/"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/.well-known/"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/a/gs/builder/app/"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/apps/"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/browsing_context_suggestions.json"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/cart.js"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/web-pixels"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/wpm@"
                        }
                    ]
                },
                "shopifyDocument": {
                    "every": [
                        {
                            "type": "not-ends-with",
                            "pattern": ".atom"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".css"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".ico"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".jpeg"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".jpg"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".js"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".json"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".mp3"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".oembed"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".php"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".png"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".svg"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".webp"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".woff"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".woff2"
                        },
                        {
                            "type": "not-ends-with",
                            "pattern": ".xml"
                        },
                        {
                            "type": "not-has",
                            "pattern": "section_id"
                        },
                        {
                            "type": "not-has",
                            "pattern": "sections"
                        },
                        {
                            "type": "not-has",
                            "pattern": "sections[]"
                        },
                        {
                            "type": "not-has",
                            "pattern": "view"
                        },
                        {
                            "type": "not-includes",
                            "pattern": "/amazon_payments/"
                        },
                        {
                            "type": "not-includes",
                            "pattern": "/apple_pay/"
                        },
                        {
                            "type": "not-includes",
                            "pattern": "/digital_wallets/dialog"
                        },
                        {
                            "type": "not-includes",
                            "pattern": "/recommendations/"
                        },
                        {
                            "type": "not-includes",
                            "pattern": "/wp-"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/.well-known/"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/a/gs/builder/app/"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/a/s/"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/apps/"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/payments/config"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/services/"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/tools/"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/wallets"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/web-pixels"
                        },
                        {
                            "type": "not-starts-with",
                            "pattern": "/wpm@"
                        }
                    ]
                },
                "shopifyProtected": {}
            }
        },
        "experiment": {
            "endpoint": "https://experiment.apiedg.dev/",
            "name": "svc-experiment",
            "status": "🟢 OK",
            "deployment": {
                "REPO_DIGEST": "ghcr.io/nostra-inc/svc-experiment@sha256:4dc7b207738b56c7c255c7eaaa03b389df046f1c1a715631658f8ce074a48667"
            },
            "dependencies": {
                "database": {
                    "status": "🟢 OK",
                    "schema": "7.1.0",
                    "latency_ms": 37,
                    "critical": true
                }
            }
        },
        "identity": {
            "endpoint": "https://identity.apiedg.dev/",
            "name": "svc-identity",
            "version": "1.17.1",
            "status": "🟢 OK",
            "deployment": {
                "REPO_DIGEST": "ghcr.io/nostra-inc/svc-identity@sha256:0a158774cced237c11dddead61e507f573965ce16504a7afb174276862afc303"
            },
            "dependencies": {
                "database": {
                    "status": "🟢 OK",
                    "schema": "7.1.0",
                    "latency_ms": 25,
                    "critical": true
                }
            }
        },
        "olap": {
            "endpoint": "https://olap.apiedg.dev/",
            "error": "failed to parse response"
        },
        "otel": {
            "endpoint": "https://otel.apiedg.dev/",
            "status": "Server available",
            "upSince": "2026-04-21T05:15:25.081137934Z",
            "uptime": "342h52m52.729047857s"
        },
        "portal": {
            "endpoint": "https://portal.apiedg.dev/",
            "name": "svc-portal",
            "status": "🟢 OK",
            "deployment": {
                "REPO_DIGEST": "ghcr.io/nostra-inc/svc-portal@sha256:59e10c87a22a4ffc39479c04801dfc83b45bad662ca4711297ddf55a09ca7274"
            },
            "dependencies": {
                "database": {
                    "status": "🟢 OK",
                    "schema": "7.1.0",
                    "latency_ms": 32,
                    "critical": true
                }
            }
        },
        "shopify-auth": {
            "endpoint": "https://voym7lmyedim26xkzh73hsja2y0zelam.lambda-url.us-west-1.on.aws/",
            "error": "Not found"
        }
    }
}