[
  {
    "name": "defaultContent",
    "type": "boolean",
    "required": false,
    "description": "If `true`, use the default content for the global header.",
    "default": false
  },
  {
    "name": "defaultContentBaseURL",
    "type": "string",
    "required": false,
    "description": "Set the base URL for the `defaultContent` links. Do not include a trailing slash."
  },
  {
    "name": "logo",
    "type": "object",
    "required": false,
    "description": "Options for the logo link.",
    "params": [
      {
        "name": "href",
        "type": "string",
        "required": false,
        "description": "The URL the logo links to."
      },
      {
        "name": "title",
        "type": "string",
        "required": false,
        "description": "An optional title attribute for the logo link."
      }
    ]
  },
  {
    "name": "navigation",
    "type": "array",
    "required": false,
    "description": "A list of main navigation links.",
    "params": [
      {
        "name": "text",
        "type": "string",
        "required": true,
        "description": "The text of the navigation item."
      },
      {
        "name": "href",
        "type": "string",
        "required": true,
        "description": "The URL of the navigation item."
      },
      {
        "name": "title",
        "type": "string",
        "required": false,
        "description": "An optional title attribute for the navigation item."
      }
    ]
  },
  {
    "name": "topNavigation",
    "type": "array",
    "required": false,
    "description": "A list of smaller navigation links displayed at the top of the header.",
    "params": [
      {
        "name": "text",
        "type": "string",
        "required": true,
        "description": "The text of the navigation item."
      },
      {
        "name": "href",
        "type": "string",
        "required": true,
        "description": "The URL of the navigation item."
      },
      {
        "name": "title",
        "type": "string",
        "required": false,
        "description": "An optional title attribute for the navigation item."
      },
      {
        "name": "icon",
        "type": "string",
        "required": false,
        "description": "An optional Font Awesome icon, without the `fa-` prefix."
      }
    ]
  },
  {
    "name": "navigationId",
    "type": "string",
    "required": false,
    "description": "An optional ID for the main navigation `<nav>` element."
  },
  {
    "name": "topNavigationId",
    "type": "string",
    "required": false,
    "description": "An optional ID for the top navigation `<nav>` element."
  },
  {
    "name": "phaseBanner",
    "type": "object",
    "required": false,
    "description": "An optional phase banner to display at the top of the global header.",
    "paramsFrom": "phase-banner"
  },
  {
    "name": "classes",
    "type": "string",
    "required": false,
    "description": "Classes to add to the global header."
  },
  {
    "name": "attributes",
    "type": "object",
    "required": false,
    "description": "HTML attributes (for example data attributes) to add to the global header."
  }
]
