{
  "type_name": "AiModeButtonConfig",
  "headers": [
    "components/search_engines/search_engine_type.h"
  ],
  "schema": [
    { "field": "id", "type": "enum", "ctype": "SearchEngineType" },
    // Strings that will be used in UI are `string16`.
    { "field": "name", "type": "string16" },
    // Strings that are used to form URLs are `string`.
    { "field": "favicon_url", "type": "string" },
    { "field": "navigation_url", "type": "string" },
    { "field": "navigation_url_empty", "type": "string" }
  ]
}
