{
  "assessor": {
    "command": [
      "<configured-assessor-command-redacted>"
    ],
    "model": "claude-sonnet-5",
    "preamble": "Evaluate only publicly observable Carbon Core v11 capability supported by the supplied immutable evidence snapshot. Missing public evidence is unknown, not evidence of absence. Treat preview-site material as supplemental and do not use Carbon Next or v12-only claims to score current v11 capability. Never generalize sampled component evidence beyond its declared scope.",
    "profile_id": "claude-code/claude-sonnet-5/claude-json/contract-2",
    "provider": "claude-code",
    "response_parser": "claude-json",
    "timeout_seconds": 900
  },
  "diagnostics": {
    "evidence_packet_max_chars": 500000,
    "fail_fast": true,
    "heartbeat_seconds": 30,
    "jobs": 1,
    "passes": 3
  },
  "evaluation": {
    "account_id": "public",
    "cutoff_date": "2026-08-22",
    "description": "Three-pass public-evidence diagnostic of Carbon Core v11 across Foundations, Bindings, Components, Structure, and Governance.",
    "id": "carbon-core-v11-public-diagnostic",
    "name": "Carbon Core v11 public diagnostic",
    "results_dir": "./results",
    "visibility": "public"
  },
  "framework": {
    "id": "design-system-diagnostic",
    "minimum_coverage": 1.0,
    "profile": "cross-surface-comprehensive",
    "version": "1.0.0"
  },
  "reporting": {
    "max_excerpt_chars": 280,
    "public_excerpts": false
  },
  "sampling": [
    {
      "catalog": {
        "source_ids": [
          "carbon-v11-figma",
          "carbon-production-home",
          "carbon-preview-components"
        ]
      },
      "compositions": [
        {
          "component_ids": [
            "grid",
            "form",
            "text-input",
            "toggle",
            "button",
            "notification",
            "modal",
            "loading"
          ],
          "id": "create-configure-save",
          "kind": "flow",
          "known_limitations": [
            "This is an analyst-declared product flow evaluated from Carbon's published form, layout, responsive, component, and behavioral guidance; Carbon does not publish a corresponding end-to-end Figma flow."
          ],
          "name": "Create, configure, validate, and save",
          "provenance": "analyst-declared",
          "required_surfaces": [
            "code",
            "documentation"
          ],
          "source_ids": [
            "carbon-forms-pattern",
            "carbon-loading-pattern",
            "carbon-grid-guidance",
            "carbon-form-docs",
            "carbon-text-input-docs",
            "carbon-toggle-docs",
            "carbon-button-docs",
            "carbon-notification-docs",
            "carbon-modal-docs",
            "carbon-loading-docs",
            "carbon-react-implementation"
          ],
          "states": [
            "default",
            "validation-error",
            "loading",
            "save-success"
          ],
          "viewports": [
            "small",
            "medium",
            "large"
          ]
        },
        {
          "component_ids": [
            "button",
            "loading",
            "notification"
          ],
          "id": "loading-recovery",
          "kind": "pattern",
          "known_limitations": [
            "Carbon publishes participating components and pattern guidance but not a composed loading-to-recovery Figma artifact."
          ],
          "name": "Loading and recovery",
          "provenance": "analyst-declared",
          "required_surfaces": [
            "code",
            "documentation"
          ],
          "source_ids": [
            "carbon-loading-pattern",
            "carbon-notification-pattern",
            "carbon-button-docs",
            "carbon-loading-docs",
            "carbon-notification-docs",
            "carbon-react-implementation"
          ],
          "states": [
            "loading",
            "error",
            "recovered"
          ],
          "viewports": [
            "small",
            "medium",
            "large"
          ]
        },
        {
          "component_ids": [
            "grid",
            "tile",
            "data-table",
            "button",
            "notification"
          ],
          "id": "empty-state-recovery",
          "kind": "pattern",
          "known_limitations": [
            "Carbon publishes participating components and empty-state guidance but not a composed recovery-state Figma artifact."
          ],
          "name": "Empty state with recovery action",
          "provenance": "analyst-declared",
          "required_surfaces": [
            "code",
            "documentation"
          ],
          "source_ids": [
            "carbon-empty-state-pattern",
            "carbon-notification-pattern",
            "carbon-grid-guidance",
            "carbon-tile-docs",
            "carbon-data-table-docs",
            "carbon-button-docs",
            "carbon-notification-docs",
            "carbon-react-implementation"
          ],
          "states": [
            "empty",
            "action",
            "error"
          ],
          "viewports": [
            "small",
            "medium",
            "large"
          ]
        }
      ],
      "deep_components": [
        {
          "archetype": "action",
          "id": "button",
          "name": "Button",
          "source_ids": [
            "carbon-v11-figma",
            "carbon-button-docs",
            "carbon-react-implementation",
            "carbon-react-code-connect",
            "carbon-accessibility-quality"
          ]
        },
        {
          "archetype": "input",
          "id": "form",
          "name": "Form",
          "source_ids": [
            "carbon-v11-figma",
            "carbon-form-docs",
            "carbon-react-implementation",
            "carbon-react-code-connect",
            "carbon-accessibility-quality"
          ]
        },
        {
          "archetype": "input",
          "id": "text-input",
          "name": "Text input",
          "source_ids": [
            "carbon-v11-figma",
            "carbon-text-input-docs",
            "carbon-react-implementation",
            "carbon-react-code-connect",
            "carbon-accessibility-quality"
          ]
        },
        {
          "archetype": "selection",
          "id": "toggle",
          "name": "Toggle",
          "source_ids": [
            "carbon-v11-figma",
            "carbon-toggle-docs",
            "carbon-react-implementation",
            "carbon-react-code-connect",
            "carbon-accessibility-quality"
          ]
        },
        {
          "archetype": "navigation",
          "design": {
            "disposition": "compound",
            "rationale": "Carbon represents the UI shell design contract across coordinated Header, Left panel, and Right panel library surfaces rather than using the React subcomponent names as Figma asset names.",
            "targets": [
              "UI shell - Header",
              "UI shell - Left panel",
              "UI shell - Right panel"
            ]
          },
          "id": "ui-shell",
          "name": "UI shell",
          "source_ids": [
            "carbon-v11-figma",
            "carbon-ui-shell-docs",
            "carbon-react-implementation",
            "carbon-react-code-connect",
            "carbon-accessibility-quality"
          ]
        },
        {
          "archetype": "overlay",
          "design": {
            "disposition": "component",
            "rationale": "Carbon consolidates the modal container, header, body, and footer variants within its Modal design-family surface; the React implementation exposes those responsibilities as coordinated code components.",
            "targets": [
              "Modal"
            ]
          },
          "id": "modal",
          "name": "Modal",
          "source_ids": [
            "carbon-v11-figma",
            "carbon-modal-docs",
            "carbon-react-implementation",
            "carbon-react-code-connect",
            "carbon-accessibility-quality"
          ]
        },
        {
          "archetype": "feedback",
          "id": "notification",
          "name": "Notification",
          "source_ids": [
            "carbon-v11-figma",
            "carbon-notification-docs",
            "carbon-react-implementation",
            "carbon-react-code-connect",
            "carbon-accessibility-quality"
          ]
        },
        {
          "archetype": "content",
          "id": "tile",
          "name": "Tile",
          "source_ids": [
            "carbon-v11-figma",
            "carbon-tile-docs",
            "carbon-react-implementation",
            "carbon-react-code-connect",
            "carbon-accessibility-quality"
          ]
        },
        {
          "archetype": "status",
          "id": "loading",
          "name": "Loading",
          "source_ids": [
            "carbon-v11-figma",
            "carbon-loading-docs",
            "carbon-react-implementation",
            "carbon-react-code-connect",
            "carbon-accessibility-quality"
          ]
        },
        {
          "archetype": "layout",
          "design": {
            "disposition": "component",
            "rationale": "Carbon exposes configurable responsive grid canvases through the Screen asset in Figma while the implementation surface uses Grid, Row, and Column components.",
            "targets": [
              "Screen"
            ]
          },
          "id": "grid",
          "name": "Grid",
          "source_ids": [
            "carbon-v11-figma",
            "carbon-grid-guidance",
            "carbon-react-implementation",
            "carbon-react-code-connect",
            "carbon-accessibility-quality"
          ]
        },
        {
          "archetype": "data-display",
          "design": {
            "disposition": "compound",
            "rationale": "Carbon organizes its Figma data-table contract into base structures and reusable table items. Together they cover the main table and its header, row, cell, and toolbar responsibilities without requesting the oversized documentation page as one node.",
            "targets": [
              "Data table bases",
              "Data table items"
            ]
          },
          "id": "data-table",
          "name": "Data table",
          "source_ids": [
            "carbon-v11-figma",
            "carbon-data-table-docs",
            "carbon-react-implementation",
            "carbon-react-code-connect",
            "carbon-accessibility-quality"
          ]
        }
      ],
      "foundations": {
        "known_limitations": [
          "Full-file Figma variables must be confirmed by the Variables REST endpoint or a checked-in ds-eval Figma library export before assessment."
        ],
        "source_ids": [
          "carbon-v11-figma",
          "carbon-foundations-code",
          "carbon-figma-guidance",
          "carbon-color-guidance",
          "carbon-grid-guidance"
        ],
        "variable_coverage": "full-file"
      },
      "governance": {
        "known_limitations": [
          "Internal IBM decision records, private Slack activity, adoption dashboards, and governance outcome metrics are outside this public evaluation.",
          "Preview-site governance claims are supplemental and cannot establish current v11 operation without production or repository corroboration."
        ],
        "scope": "public",
        "source_ids": [
          "carbon-production-home",
          "carbon-figma-guidance",
          "carbon-react-code-connect",
          "carbon-accessibility-quality",
          "carbon-operating-governance",
          "carbon-release-migration",
          "carbon-preview-about",
          "carbon-preview-contribution"
        ]
      },
      "system": "carbon-core-v11"
    }
  ],
  "sources": [
    {
      "areas": [
        "foundations",
        "bindings",
        "components"
      ],
      "discover": true,
      "discovery_batch_size": 1,
      "discovery_depth": 3,
      "discovery_retries": 2,
      "evidence_authority": "observed",
      "evidence_roles": [
        "foundation",
        "design",
        "catalog"
      ],
      "figma_export_path": "<redacted-local-figma-export>",
      "file_key": "RAuzS8BhofyyrIyCuzChYx",
      "id": "carbon-v11-figma",
      "max_bytes": 100000000,
      "origin_url": "https://www.figma.com/community/file/1157761560874207208",
      "request_timeout_seconds": 90,
      "required": true,
      "sample_node_overrides": {
        "data-table": [
          "4487:182697",
          "4487:182824"
        ],
        "grid": "1830:2335",
        "modal": "1880:5387",
        "ui-shell": [
          "1880:7511",
          "2258:15075",
          "2258:15341"
        ]
      },
      "system": "carbon-core-v11",
      "token_env": "<credential-environment-variable>",
      "type": "figma",
      "url": "https://www.figma.com/design/RAuzS8BhofyyrIyCuzChYx/-v11--Carbon-Design-System--Community---Copy-",
      "variable_scope": "full-file"
    },
    {
      "areas": [
        "foundations",
        "bindings"
      ],
      "evidence_authority": "observed",
      "evidence_roles": [
        "foundation",
        "code",
        "quality"
      ],
      "id": "carbon-foundations-code",
      "max_bytes": 8000000,
      "paths": [
        "packages/colors/README.md",
        "packages/colors/src/colors.ts",
        "packages/themes/README.md",
        "packages/themes/src/dtcg/white.json",
        "packages/themes/src/dtcg/g10.json",
        "packages/themes/src/dtcg/g90.json",
        "packages/themes/src/dtcg/g100.json",
        "packages/themes/src/tokens/v11TokenGroup.ts",
        "packages/themes/src/tokens/components.ts",
        "packages/themes/src/tokens/layout.ts",
        "packages/themes/src/tokens/type.ts",
        "packages/layout/README.md",
        "packages/layout/src/tokens.ts",
        "packages/type/README.md",
        "packages/type/src/tokens.ts",
        "packages/motion/README.md",
        "packages/motion/src/dtcg/motion.json",
        "packages/motion/src/dtcg/surfaces.json"
      ],
      "ref": "188d23202ec1092322dee92cf0df9d9958224ae4",
      "repo": "carbon-design-system/carbon",
      "required": true,
      "system": "carbon-core-v11",
      "token_env": "<credential-environment-variable>",
      "type": "github"
    },
    {
      "areas": [
        "bindings",
        "components",
        "structure"
      ],
      "evidence_authority": "observed",
      "evidence_roles": [
        "code",
        "composition"
      ],
      "id": "carbon-react-implementation",
      "max_bytes": 10000000,
      "paths": [
        "packages/react/package.json",
        "packages/react/src/components/Button/Button.tsx",
        "packages/react/src/components/Form/Form.tsx",
        "packages/react/src/components/TextInput/TextInput.tsx",
        "packages/react/src/components/Toggle/Toggle.tsx",
        "packages/react/src/components/UIShell/Header.tsx",
        "packages/react/src/components/UIShell/SideNavLink.tsx",
        "packages/react/src/components/UIShell/SideNavMenuItem.tsx",
        "packages/react/src/components/ComposedModal/ComposedModal.tsx",
        "packages/react/src/components/ComposedModal/ModalHeader.tsx",
        "packages/react/src/components/ComposedModal/ModalFooter.tsx",
        "packages/react/src/components/Notification/Notification.tsx",
        "packages/react/src/components/Tile/Tile.tsx",
        "packages/react/src/components/Loading/Loading.tsx",
        "packages/react/src/components/Grid/Grid.tsx",
        "packages/react/src/components/Grid/Column.tsx",
        "packages/react/src/components/Grid/Row.tsx",
        "packages/react/src/components/DataTable/DataTable.tsx",
        "packages/react/src/components/DataTable/Table.tsx",
        "packages/react/src/components/DataTable/TableHeader.tsx",
        "packages/react/src/components/DataTable/TableCell.tsx",
        "packages/react/src/components/DataTable/TableToolbar.tsx"
      ],
      "ref": "188d23202ec1092322dee92cf0df9d9958224ae4",
      "repo": "carbon-design-system/carbon",
      "required": true,
      "system": "carbon-core-v11",
      "token_env": "<credential-environment-variable>",
      "type": "github"
    },
    {
      "areas": [
        "bindings",
        "components",
        "governance"
      ],
      "evidence_authority": "observed",
      "evidence_roles": [
        "design",
        "code",
        "documentation",
        "quality"
      ],
      "id": "carbon-react-code-connect",
      "max_bytes": 8000000,
      "paths": [
        "packages/react/figma.config.json",
        "packages/react/code-connect/README.md",
        "packages/react/code-connect/Button/Button.figma.tsx",
        "packages/react/code-connect/Form/Form.figma.tsx",
        "packages/react/code-connect/TextInput/TextInput.figma.tsx",
        "packages/react/code-connect/Toggle/Toggle.figma.tsx",
        "packages/react/code-connect/UIShell/Header.figma.tsx",
        "packages/react/code-connect/UIShell/SideNav.figma.tsx",
        "packages/react/code-connect/ComposedModal/ComposedModal.figma.tsx",
        "packages/react/code-connect/ComposedModal/ModalFooter.figma.tsx",
        "packages/react/code-connect/Notification/Notification.figma.tsx",
        "packages/react/code-connect/Tile/Tile.figma.tsx",
        "packages/react/code-connect/Loading/Loading.figma.tsx",
        "packages/react/code-connect/Grid/Grid.figma.tsx",
        "packages/react/code-connect/DataTable/DataTable.figma.tsx",
        "packages/react/code-connect/DataTable/TableCell.figma.tsx",
        "packages/react/code-connect/DataTable/TableHeader.figma.tsx",
        "packages/react/code-connect/DataTable/TableRow.figma.tsx",
        "packages/react/code-connect/DataTable/TableToolbar.figma.tsx",
        ".github/workflows/code-connect.yml"
      ],
      "ref": "188d23202ec1092322dee92cf0df9d9958224ae4",
      "repo": "carbon-design-system/carbon",
      "required": true,
      "system": "carbon-core-v11",
      "token_env": "<credential-environment-variable>",
      "type": "github"
    },
    {
      "areas": [
        "components",
        "governance"
      ],
      "evidence_authority": "observed",
      "evidence_roles": [
        "code",
        "documentation",
        "quality",
        "governance"
      ],
      "id": "carbon-accessibility-quality",
      "max_bytes": 10000000,
      "paths": [
        "docs/guides/accessibility.md",
        "e2e/components/Button/Button-test.avt.e2e.js",
        "e2e/components/Form/Form-test.avt.e2e.js",
        "e2e/components/TextInput/TextInput-test.avt.e2e.js",
        "e2e/components/Toggle/Toggle-test.avt.e2e.js",
        "e2e/components/UIShell/UIShell-test.avt.e2e.js",
        "e2e/components/ComposedModal/ComposedModal-test.avt.e2e.js",
        "e2e/components/Notifications/Notifications-test.avt.e2e.js",
        "e2e/components/Tile/Tile-test.avt.e2e.js",
        "e2e/components/Loading/Loading-test.avt.e2e.js",
        "e2e/components/Grid/Grid-test.avt.e2e.js",
        "e2e/components/DataTable/DataTable-test.avt.e2e.js",
        ".github/workflows/ci.yml",
        ".github/workflows/codeql-analysis.yml"
      ],
      "ref": "188d23202ec1092322dee92cf0df9d9958224ae4",
      "repo": "carbon-design-system/carbon",
      "required": true,
      "system": "carbon-core-v11",
      "token_env": "<credential-environment-variable>",
      "type": "github"
    },
    {
      "areas": [
        "governance"
      ],
      "evidence_authority": "observed",
      "evidence_roles": [
        "documentation",
        "governance",
        "quality"
      ],
      "id": "carbon-operating-governance",
      "max_bytes": 8000000,
      "paths": [
        "README.md",
        "SECURITY.md",
        ".github/CODEOWNERS",
        ".github/PULL_REQUEST_TEMPLATE.md",
        ".github/ISSUE_TEMPLATE/config.yml",
        ".github/ISSUE_TEMPLATE/ACCESSIBILITY_ISSUE.yaml",
        ".github/ISSUE_TEMPLATE/BUG_REPORT.yaml",
        ".github/ISSUE_TEMPLATE/FEATURE_REQUEST_OR_ENHANCEMENT.yaml",
        "docs/guides/support.md",
        "docs/guides/reviewing-pull-requests.md",
        ".github/workflows/dco.yml",
        ".github/workflows/issue-triage.yml",
        ".github/workflows/metrics-merge-rate.yml"
      ],
      "ref": "188d23202ec1092322dee92cf0df9d9958224ae4",
      "repo": "carbon-design-system/carbon",
      "required": true,
      "system": "carbon-core-v11",
      "token_env": "<credential-environment-variable>",
      "type": "github"
    },
    {
      "areas": [
        "bindings",
        "governance"
      ],
      "evidence_authority": "release",
      "evidence_roles": [
        "code",
        "documentation",
        "governance",
        "quality"
      ],
      "id": "carbon-release-migration",
      "max_bytes": 10000000,
      "paths": [
        "docs/release.md",
        "docs/release-schedule.md",
        "docs/preview-code.md",
        "docs/migration/v11.md",
        "docs/migration/v12.md",
        "docs/guides/versioning.md",
        "packages/upgrade/README.md",
        "packages/upgrade/transforms/ARCHITECTURE.md",
        "packages/upgrade/transforms/__tests__/enable-v12-release-test.js",
        ".github/workflows/release.yml",
        ".github/workflows/version.yml",
        ".github/workflows/version-patch.yml",
        ".github/workflows/promote.yml",
        ".github/workflows/release-notifications.yml"
      ],
      "ref": "188d23202ec1092322dee92cf0df9d9958224ae4",
      "repo": "carbon-design-system/carbon",
      "required": true,
      "system": "carbon-core-v11",
      "token_env": "<credential-environment-variable>",
      "type": "github"
    },
    {
      "areas": [
        "components",
        "governance"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "catalog",
        "documentation",
        "governance"
      ],
      "id": "carbon-production-home",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/"
    },
    {
      "areas": [
        "foundations",
        "bindings",
        "components",
        "governance"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "foundation",
        "design",
        "documentation",
        "governance"
      ],
      "id": "carbon-figma-guidance",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/designing/kits/figma/"
    },
    {
      "areas": [
        "foundations",
        "bindings"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "foundation",
        "documentation"
      ],
      "id": "carbon-color-guidance",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/elements/color/overview/"
    },
    {
      "areas": [
        "foundations",
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "foundation",
        "documentation",
        "composition"
      ],
      "id": "carbon-grid-guidance",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/elements/2x-grid/overview/"
    },
    {
      "areas": [
        "bindings",
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-button-docs",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/components/button/usage/"
    },
    {
      "areas": [
        "bindings",
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-form-docs",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/components/form/usage/"
    },
    {
      "areas": [
        "bindings",
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-text-input-docs",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/components/text-input/usage/"
    },
    {
      "areas": [
        "bindings",
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-toggle-docs",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/components/toggle/usage/"
    },
    {
      "areas": [
        "bindings",
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-ui-shell-docs",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/components/UI-shell-header/usage/"
    },
    {
      "areas": [
        "bindings",
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-modal-docs",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/components/modal/usage/"
    },
    {
      "areas": [
        "bindings",
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-notification-docs",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/components/notification/usage/"
    },
    {
      "areas": [
        "bindings",
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-tile-docs",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/components/tile/usage/"
    },
    {
      "areas": [
        "bindings",
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-loading-docs",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/components/loading/usage/"
    },
    {
      "areas": [
        "bindings",
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-data-table-docs",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/components/data-table/usage/"
    },
    {
      "areas": [
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-forms-pattern",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/patterns/forms-pattern/"
    },
    {
      "areas": [
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-loading-pattern",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/patterns/loading-pattern/"
    },
    {
      "areas": [
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-notification-pattern",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/patterns/notification-pattern/"
    },
    {
      "areas": [
        "components",
        "structure"
      ],
      "evidence_authority": "normative",
      "evidence_roles": [
        "documentation",
        "composition"
      ],
      "id": "carbon-empty-state-pattern",
      "max_bytes": 5000000,
      "required": true,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://carbondesignsystem.com/patterns/empty-states-pattern/"
    },
    {
      "areas": [
        "components",
        "governance"
      ],
      "evidence_authority": "release",
      "evidence_roles": [
        "catalog",
        "documentation",
        "governance"
      ],
      "evidence_weight": 0.5,
      "id": "carbon-preview-about",
      "max_bytes": 5000000,
      "required": false,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://preview.carbondesignsystem.com/getting-started/about-carbon"
    },
    {
      "areas": [
        "components"
      ],
      "evidence_authority": "release",
      "evidence_roles": [
        "catalog",
        "documentation"
      ],
      "evidence_weight": 0.5,
      "id": "carbon-preview-components",
      "max_bytes": 5000000,
      "required": false,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://preview.carbondesignsystem.com/building-blocks/core/components/overview/components"
    },
    {
      "areas": [
        "structure"
      ],
      "evidence_authority": "release",
      "evidence_roles": [
        "catalog",
        "documentation",
        "composition"
      ],
      "evidence_weight": 0.5,
      "id": "carbon-preview-patterns",
      "max_bytes": 5000000,
      "required": false,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://preview.carbondesignsystem.com/building-blocks/core/patterns/overview"
    },
    {
      "areas": [
        "governance"
      ],
      "evidence_authority": "release",
      "evidence_roles": [
        "documentation",
        "governance"
      ],
      "evidence_weight": 0.5,
      "id": "carbon-preview-contribution",
      "max_bytes": 5000000,
      "required": false,
      "system": "carbon-core-v11",
      "type": "web",
      "url": "https://preview.carbondesignsystem.com/getting-started/contributing/overview"
    }
  ],
  "systems": [
    {
      "description": "IBM's public Carbon Core design system, evaluated at the production v11 release aligned to the site-reported React package version.",
      "id": "carbon-core-v11",
      "license": "Apache-2.0",
      "name": "Carbon Core",
      "platform": "web",
      "role": "anchor",
      "version": "v11.114.0 / @carbon/react 1.114.0"
    }
  ],
  "version": 2
}
