[
  {
    "name": "id",
    "type": "string",
    "required": false,
    "description": "The ID of the fieldset.",
    "released": "10.0.0"
  },
  {
    "name": "describedBy",
    "type": "string",
    "required": false,
    "description": "One or more element IDs to add to the `aria-describedby` attribute, used to provide additional descriptive information for screenreader users.",
    "released": "1.0.0"
  },
  {
    "name": "legend",
    "type": "object",
    "required": false,
    "description": "The legend for the fieldset component.",
    "released": "1.0.0",
    "isComponent": true
  },
  {
    "name": "classes",
    "type": "string",
    "required": false,
    "description": "Classes to add to the fieldset container.",
    "released": "1.0.0"
  },
  {
    "name": "role",
    "type": "string",
    "required": false,
    "description": "Optional ARIA `role` attribute.",
    "released": "10.1.0"
  },
  {
    "name": "attributes",
    "type": "object",
    "required": false,
    "description": "HTML attributes (for example data attributes) to add to the fieldset container.",
    "released": "1.0.0"
  },
  {
    "name": "html",
    "type": "string",
    "required": false,
    "description": "HTML to use within the fieldset element.",
    "released": "10.1.0"
  },
  {
    "name": "caller",
    "type": "nunjucks-block",
    "required": false,
    "description": "Not strictly a parameter but Nunjucks code convention. Using a `call` block enables you to call a macro with all the text inside the tag. This is helpful if you want to pass a lot of content into a macro. To use it, you will need to wrap the entire fieldset component in a `call` block.",
    "released": "1.0.0"
  }
]
