{
  "$id": "http://gov.uk/schema/v1.0.0/config/meta",
  "_name": "config.meta",
  "title": "Form meta links",
  "description": "List of links to display in GOVUK footer",
  "usage": "Use the config.meta component to provide a list of links in the footer",
  "type": "object",
  "allOf": [
    {
      "$ref": "http://gov.uk/schema/v1.0.0/definition/linklist"
    }
  ],
  "properties": {
    "_type": {
      "const": "config.meta"
    },
    "title": {
      "type": "null"
    }
  },
  "category": [
    "configuration"
  ]
}
