[
  {
    "name": "id",
    "type": "string",
    "required": false,
    "description": "The ID of the summary list.",
    "released": "10.0.0"
  },
  {
    "name": "border",
    "type": "boolean",
    "required": false,
    "description": "If set to `false`, remove separating borders from all rows.",
    "released": "10.4.0"
  },
  {
    "name": "lastRowBorder",
    "type": "boolean",
    "required": false,
    "description": "If set to `false`, remove separating border from the last row.",
    "released": "10.4.0"
  },
  {
    "name": "rows",
    "type": "array",
    "required": true,
    "description": "The rows within the summary list component.",
    "released": "2.0.0",
    "params": [
      {
        "name": "classes",
        "type": "string",
        "required": false,
        "description": "Classes to add to the row `div`.",
        "released": "9.0.0"
      },
      {
        "name": "border",
        "type": "boolean",
        "required": false,
        "description": "If set to `false`, remove separating border from the row.",
        "released": "10.4.0"
      },
      {
        "name": "key",
        "type": "object",
        "required": true,
        "description": "The reference content (key) for each row item in the summary list component.",
        "released": "2.0.0",
        "params": [
          {
            "name": "text",
            "type": "string",
            "required": true,
            "description": "If `html` is set, this is not required. Text to use within each key. If `html` is provided, the `text` option will be ignored.",
            "released": "2.0.0"
          },
          {
            "name": "html",
            "type": "string",
            "required": true,
            "description": "If `text` is set, this is not required. HTML to use within each key. If `html` is provided, the `text` option will be ignored.",
            "released": "2.0.0"
          },
          {
            "name": "classes",
            "type": "string",
            "required": false,
            "description": "Classes to add to the key wrapper.",
            "released": "2.0.0"
          }
        ]
      },
      {
        "name": "value",
        "type": "object",
        "required": true,
        "description": "The value for each row item in the summary list component.",
        "released": "2.0.0",
        "params": [
          {
            "name": "text",
            "type": "string",
            "required": true,
            "description": "If `html` is set, this is not required. Text to use within each value. If `html` is provided, the `text` option will be ignored.",
            "released": "2.0.0"
          },
          {
            "name": "html",
            "type": "string",
            "required": true,
            "description": "If `text` is set, this is not required. HTML to use within each value. If `html` is provided, the `text` option will be ignored.",
            "released": "2.0.0"
          },
          {
            "name": "classes",
            "type": "string",
            "required": false,
            "description": "Classes to add to the value wrapper.",
            "released": "2.0.0"
          }
        ]
      },
      {
        "name": "actions",
        "type": "object",
        "required": false,
        "description": "The action link content for each row item in the summary list component.",
        "released": "2.0.0",
        "params": [
          {
            "name": "items",
            "type": "array",
            "required": false,
            "description": "The action link items within the row item of the summary list component.",
            "released": "2.0.0",
            "params": [
              {
                "name": "href",
                "type": "string",
                "required": true,
                "description": "The value of the link's `href` attribute for an action item.",
                "released": "2.0.0"
              },
              {
                "name": "text",
                "type": "string",
                "required": true,
                "description": "If `html` is set, this is not required. Text to use within each action item. If `html` is provided, the `text` option will be ignored.",
                "released": "2.0.0"
              },
              {
                "name": "html",
                "type": "string",
                "required": true,
                "description": "If `text` is set, this is not required. HTML to use within each action item. If `html` is provided, the `text` option will be ignored.",
                "released": "2.0.0"
              },
              {
                "name": "visuallyHiddenText",
                "type": "string",
                "required": false,
                "description": "Actions rely on context from the surrounding content so may require additional accessible text. Text supplied to this option is appended to the end. Use `html` for more complicated scenarios.",
                "released": "2.0.0"
              },
              {
                "name": "classes",
                "type": "string",
                "required": false,
                "description": "Classes to add to the action item.",
                "released": "10.2.0"
              },
              {
                "name": "attributes",
                "type": "object",
                "required": false,
                "description": "HTML attributes (for example data attributes) to add to the action item.",
                "released": "10.2.0"
              }
            ]
          },
          {
            "name": "classes",
            "type": "string",
            "required": false,
            "description": "Classes to add to the actions wrapper.",
            "released": "10.2.0"
          }
        ]
      }
    ]
  },
  {
    "name": "card",
    "type": "object",
    "required": false,
    "description": "Can be used to wrap a card around the summary list component. If any of these options are present, a card will wrap around the summary list.",
    "released": "10.3.0",
    "isComponent": true
  },
  {
    "name": "classes",
    "type": "string",
    "required": false,
    "description": "Classes to add to the container.",
    "released": "2.0.0"
  },
  {
    "name": "attributes",
    "type": "object",
    "required": false,
    "description": "HTML attributes (for example data attributes) to add to the container.",
    "released": "2.0.0"
  }
]
