{
    "success": true,
    "catalog": {
        "catalogVersion": "2.0",
        "domains": [
            {
                "id": "financial_services",
                "label": "Financial Services",
                "pickerState": "ready",
                "packId": "banking-payments",
                "packVersion": "1.0.0",
                "sandboxMaturity": "REAL_ENGINE",
                "note": null,
                "journeys": [
                    {
                        "id": "core_banking",
                        "label": "Core Banking",
                        "description": "Payment authority, approvals, fraud evidence, and limits on the frozen Core Banking path.",
                        "actions": [
                            {
                                "actionId": "core_banking.high_value_wire",
                                "displayName": "High-Value Wire",
                                "description": "Test whether this exact payment can proceed based on authority, approvals, fraud evidence, limits and current context.",
                                "actionProfileId": "corporate-payments-create-wire-v3",
                                "canonicalActionId": "PAYMENT.CREDIT_TRANSFER.INITIATE",
                                "engineMode": "REAL_CHECK_WRITE",
                                "realEngine": true,
                                "sandboxMaturity": "REAL_ENGINE",
                                "domainSemantics": "FROZEN_DOMAIN_SEMANTICS",
                                "authoritativeEvidenceStatus": "AUTHORITATIVE_CONNECTOR_SIMULATION",
                                "tcFixCompatible": true,
                                "scenarios": [
                                    {
                                        "id": "clean_wire",
                                        "scenarioId": "banking_allow_100k",
                                        "label": "Clean wire",
                                        "expectedDecision": "ALLOW",
                                        "preset": {
                                            "amount": 100000,
                                            "authorityScope": "wire_release"
                                        }
                                    },
                                    {
                                        "id": "approval_missing",
                                        "scenarioId": "banking_pause_600k",
                                        "label": "Approval missing",
                                        "expectedDecision": "PAUSE",
                                        "preset": {
                                            "amount": 600000,
                                            "authorityScope": "wire_release"
                                        },
                                        "fixEligible": true
                                    },
                                    {
                                        "id": "prohibited",
                                        "scenarioId": "banking_block_prepare_release",
                                        "label": "Prohibited authority",
                                        "expectedDecision": "BLOCK",
                                        "preset": {
                                            "amount": 100000,
                                            "authorityScope": "wire_prepare"
                                        }
                                    },
                                    {
                                        "id": "kill_switch",
                                        "scenarioId": "banking_kill_switch",
                                        "label": "Kill switch engaged",
                                        "expectedDecision": "BLOCK",
                                        "preset": {
                                            "amount": 100000,
                                            "authorityScope": "wire_release"
                                        }
                                    }
                                ],
                                "contextSchema": {
                                    "basic": [
                                        {
                                            "id": "amount",
                                            "label": "Transaction amount",
                                            "type": "currency",
                                            "default": 100000,
                                            "required": true
                                        },
                                        {
                                            "id": "currency",
                                            "label": "Currency",
                                            "type": "select",
                                            "options": [
                                                "USD"
                                            ],
                                            "default": "USD"
                                        },
                                        {
                                            "id": "beneficiary",
                                            "label": "Beneficiary",
                                            "type": "text",
                                            "default": "Acme Treasury LLC"
                                        },
                                        {
                                            "id": "authorityScope",
                                            "label": "Actor authority",
                                            "type": "select",
                                            "options": [
                                                {
                                                    "value": "wire_release",
                                                    "label": "Release payments up to delegated limits"
                                                },
                                                {
                                                    "value": "wire_prepare",
                                                    "label": "Prepare payments only"
                                                }
                                            ],
                                            "default": "wire_release"
                                        },
                                        {
                                            "id": "fraudEvidenceStatus",
                                            "label": "Fraud evidence",
                                            "type": "select",
                                            "options": [
                                                {
                                                    "value": "current",
                                                    "label": "Current"
                                                },
                                                {
                                                    "value": "stale",
                                                    "label": "Stale (older than freshness window)"
                                                }
                                            ],
                                            "default": "current"
                                        }
                                    ],
                                    "advanced": [
                                        {
                                            "id": "requiredApprovers",
                                            "label": "Required approvers",
                                            "type": "number",
                                            "default": 2,
                                            "note": "Profile threshold above $100K USD"
                                        },
                                        {
                                            "id": "delegatedLimit",
                                            "label": "Delegated limit (USD)",
                                            "type": "number",
                                            "default": 250000
                                        },
                                        {
                                            "id": "makerCheckerConflict",
                                            "label": "Maker-checker conflict",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                ]
            },
            {
                "id": "healthcare",
                "label": "Healthcare",
                "pickerState": "ready",
                "packId": "healthcare-clinical",
                "packVersion": "1.6.0",
                "sandboxMaturity": "REAL_ENGINE",
                "note": "Healthcare Clinical v1.6.0 frozen semantics on the real Check Write engine.",
                "journeys": [
                    {
                        "id": "clinical_privacy",
                        "label": "Clinical Privacy",
                        "description": "Sensitive clinical data access authority, approval, patient context binding, and evidence freshness.",
                        "actions": [
                            {
                                "actionId": "healthcare.sensitive_clinical_access_grant",
                                "displayName": "Sensitive Clinical Data Access Grant",
                                "description": "Test whether this exact clinical access grant can proceed based on authority, approval, patient context, and evidence state.",
                                "actionProfileId": "clinical-sensitive-data-access-grant-v1",
                                "canonicalActionId": "CLINICAL.SENSITIVE_DATA_ACCESS.GRANT",
                                "engineMode": "REAL_CHECK_WRITE",
                                "realEngine": true,
                                "sandboxMaturity": "REAL_ENGINE",
                                "domainSemantics": "FROZEN_DOMAIN_SEMANTICS",
                                "authoritativeEvidenceStatus": "AUTHORITATIVE_CONNECTOR_SIMULATION",
                                "tcFixCompatible": true,
                                "scenarios": [
                                    {
                                        "id": "clean_access",
                                        "label": "Valid context",
                                        "expectedDecision": "ALLOW",
                                        "preset": {
                                            "approvalState": "present",
                                            "patientBindingState": "aligned",
                                            "evidenceFreshness": "current"
                                        },
                                        "fixEligible": false
                                    },
                                    {
                                        "id": "approval_missing",
                                        "label": "Missing clinical approval",
                                        "expectedDecision": "PAUSE",
                                        "preset": {
                                            "approvalState": "missing",
                                            "patientBindingState": "aligned"
                                        },
                                        "fixEligible": true,
                                        "expectedFixClass": "OBTAIN_APPROVAL"
                                    },
                                    {
                                        "id": "patient_context_mismatch",
                                        "label": "Patient context mismatch",
                                        "expectedDecision": "BLOCK",
                                        "preset": {
                                            "patientBindingState": "mismatch",
                                            "approvalState": "present"
                                        },
                                        "fixEligible": true,
                                        "expectedFixClass": "REBIND_ENTITY_OR_RESOURCE"
                                    },
                                    {
                                        "id": "stale_clinical_privilege",
                                        "label": "Stale clinical privilege",
                                        "expectedDecision": "PAUSE",
                                        "preset": {
                                            "evidenceFreshness": "stale",
                                            "approvalState": "present",
                                            "patientBindingState": "aligned"
                                        },
                                        "fixEligible": true,
                                        "expectedFixClass": "REFRESH_EVIDENCE"
                                    }
                                ],
                                "contextSchema": {
                                    "basic": [
                                        {
                                            "id": "patientId",
                                            "label": "Patient",
                                            "type": "text",
                                            "default": "patient_1001"
                                        },
                                        {
                                            "id": "granteeId",
                                            "label": "Grantee (actor receiving access)",
                                            "type": "text",
                                            "default": "nurse_b"
                                        },
                                        {
                                            "id": "approvalState",
                                            "label": "Clinical approval",
                                            "type": "select",
                                            "options": [
                                                {
                                                    "value": "present",
                                                    "label": "Approval present"
                                                },
                                                {
                                                    "value": "missing",
                                                    "label": "Approval missing"
                                                }
                                            ],
                                            "default": "present"
                                        },
                                        {
                                            "id": "patientBindingState",
                                            "label": "Patient context binding",
                                            "type": "select",
                                            "options": [
                                                {
                                                    "value": "aligned",
                                                    "label": "Evidence aligned to patient"
                                                },
                                                {
                                                    "value": "mismatch",
                                                    "label": "Evidence bound to different patient"
                                                }
                                            ],
                                            "default": "aligned"
                                        },
                                        {
                                            "id": "evidenceFreshness",
                                            "label": "Clinical evidence freshness",
                                            "type": "select",
                                            "options": [
                                                {
                                                    "value": "current",
                                                    "label": "Current"
                                                },
                                                {
                                                    "value": "stale",
                                                    "label": "Stale (outside freshness window)"
                                                }
                                            ],
                                            "default": "current"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                ]
            },
            {
                "id": "semiconductor_eda",
                "label": "Semiconductor / EDA",
                "pickerState": "ready",
                "packId": "semiconductor-eda",
                "packVersion": "1.1.0",
                "sandboxMaturity": "REAL_ENGINE",
                "note": "EDA Session 2 ready with documented limitations. Domain not frozen (no freeze-inventory artifact).",
                "journeys": [
                    {
                        "id": "production_release",
                        "label": "Production Release",
                        "description": "Customer production promotion with revision binding, verification evidence, approvals, and PDK/tool compatibility.",
                        "actions": [
                            {
                                "actionId": "eda.production_release_authorize",
                                "displayName": "Production Release / Customer Production Promotion",
                                "description": "Test whether this exact production release can proceed based on revision, verification, customer approval, and tool state.",
                                "actionProfileId": "eda-production-release-authorize-v1",
                                "canonicalActionId": "EDA.PRODUCTION_RELEASE.AUTHORIZE",
                                "engineMode": "REAL_CHECK_WRITE",
                                "realEngine": true,
                                "sandboxMaturity": "REAL_ENGINE",
                                "domainSemantics": "FROZEN_DOMAIN_SEMANTICS",
                                "authoritativeEvidenceStatus": "AUTHORITATIVE_CONNECTOR_SIMULATION",
                                "tcFixCompatible": true,
                                "scenarios": [
                                    {
                                        "id": "clean_release",
                                        "label": "Valid release",
                                        "expectedDecision": "ALLOW",
                                        "preset": {
                                            "approvalState": "present",
                                            "designRevisionId": "rev_1.2.3",
                                            "pdkVersion": "pdk-2024.1",
                                            "verificationState": "passed"
                                        },
                                        "fixEligible": false
                                    },
                                    {
                                        "id": "approval_missing",
                                        "label": "Missing customer production approval",
                                        "expectedDecision": "PAUSE",
                                        "preset": {
                                            "approvalState": "missing"
                                        },
                                        "fixEligible": true,
                                        "expectedFixClass": "OBTAIN_APPROVAL"
                                    },
                                    {
                                        "id": "wrong_revision",
                                        "label": "Wrong design revision",
                                        "expectedDecision": "BLOCK",
                                        "preset": {
                                            "designRevisionId": "rev_B",
                                            "approvalState": "present"
                                        },
                                        "fixEligible": true,
                                        "expectedFixClass": "REBIND_ENTITY_OR_RESOURCE"
                                    },
                                    {
                                        "id": "wrong_pdk_version",
                                        "label": "Wrong PDK/tool version",
                                        "expectedDecision": "BLOCK",
                                        "preset": {
                                            "pdkVersion": "pdk-2019.legacy",
                                            "approvalState": "present",
                                            "designRevisionId": "rev_1.2.3"
                                        },
                                        "fixEligible": true,
                                        "expectedFixClass": "CORRECT_MODEL_OR_VERSION"
                                    }
                                ],
                                "contextSchema": {
                                    "basic": [
                                        {
                                            "id": "customerId",
                                            "label": "Customer",
                                            "type": "text",
                                            "default": "customer_acme"
                                        },
                                        {
                                            "id": "environment",
                                            "label": "Environment",
                                            "type": "select",
                                            "options": [
                                                {
                                                    "value": "customer_production",
                                                    "label": "Customer production"
                                                },
                                                {
                                                    "value": "staging",
                                                    "label": "Staging"
                                                }
                                            ],
                                            "default": "customer_production"
                                        },
                                        {
                                            "id": "designRevisionId",
                                            "label": "Design revision",
                                            "type": "text",
                                            "default": "rev_1.2.3"
                                        },
                                        {
                                            "id": "pdkVersion",
                                            "label": "PDK version",
                                            "type": "text",
                                            "default": "pdk-2024.1"
                                        },
                                        {
                                            "id": "toolVersion",
                                            "label": "Tool version",
                                            "type": "text",
                                            "default": "virtuoso-IC618"
                                        },
                                        {
                                            "id": "approvalState",
                                            "label": "Customer production approval",
                                            "type": "select",
                                            "options": [
                                                {
                                                    "value": "present",
                                                    "label": "Approval present"
                                                },
                                                {
                                                    "value": "missing",
                                                    "label": "Approval missing"
                                                }
                                            ],
                                            "default": "present"
                                        },
                                        {
                                            "id": "verificationState",
                                            "label": "Verification evidence",
                                            "type": "select",
                                            "options": [
                                                {
                                                    "value": "passed",
                                                    "label": "Current / passed"
                                                },
                                                {
                                                    "value": "stale",
                                                    "label": "Stale"
                                                }
                                            ],
                                            "default": "passed"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                ]
            },
            {
                "id": "enterprise_saas",
                "label": "Enterprise SaaS / ERP",
                "pickerState": "coming_next",
                "packId": "enterprise-saas",
                "packVersion": "1.3.0",
                "sandboxMaturity": "COMING_NEXT",
                "note": "Domain frozen v1.3.0 (Sessions 1\u20132 ERP, 10 actions). Sandbox UI not certified. No live ERP.",
                "journeys": []
            },
            {
                "id": "identity_cyber",
                "label": "Identity / Cyber",
                "pickerState": "coming_next",
                "packId": "identity-cyber",
                "packVersion": "1.4.0",
                "sandboxMaturity": "COMING_NEXT",
                "note": "Domain frozen Sessions 1-3. Sandbox journey UI not yet built.",
                "journeys": []
            },
            {
                "id": "insurance",
                "label": "Insurance",
                "pickerState": "coming_next",
                "packId": "insurance-claims",
                "packVersion": "1.4.0",
                "sandboxMaturity": "COMING_NEXT",
                "note": "Domain pack insurance-claims v1.4.0 FROZEN. Sandbox journey UI not yet certified / coming next.",
                "journeys": []
            }
        ],
        "syntheticDemos": [
            {
                "id": "tc360_freeform",
                "label": "Synthetic Demo Playground",
                "engineMode": "SYNTHETIC_DEMO",
                "maturity": "SYNTHETIC_DEMO",
                "path": null,
                "note": "Synthetic Demo Playground UI removed 2026-09-02. Not domain-certified.",
                "status": "DELETED",
                "deletedAt": "2026-09-02"
            }
        ],
        "customerOverlay": {
            "supported": true,
            "strengthenOnly": true,
            "disclaimer": "Organization controls can strengthen the baseline. Mandatory TekCapitol controls cannot be removed here."
        },
        "frameworkMaturityLabels": [
            "FULLY_INGESTED",
            "CATALOG_INGESTED_MAPPING_IN_PROGRESS",
            "TIP_SCAFFOLD",
            "REFERENCED_ONLY",
            "NOT_IMPLEMENTED"
        ],
        "sandboxMaturityLabels": [
            "REAL_ENGINE",
            "FROZEN_DOMAIN_SEMANTICS",
            "AUTHORITATIVE_CONNECTOR_SIMULATION",
            "LIVE_AUTHORITATIVE_CONNECTOR",
            "SYNTHETIC_DEMO"
        ],
        "canonicalStatement": "TC Fix changes the condition. Check Write decides again."
    }
}