[
    {
        "name": "id",
        "type": "string",
        "required": true,
        "description": "The id of the search box component"
    },
    {
        "name": "ariaLabel",
        "type": "string",
        "description": "The aria label for the search box component",
        "required": false
    },
    {
        "name": "inputId",
        "type": "string",
        "required": true,
        "description": "The id of the search input"
    },
    {
        "name": "inputName",
        "type": "string",
        "required": true,
        "description": "The name of the search input"
    },
    {
        "name": "inputValue",
        "type": "string",
        "description": "The value of the search input",
        "required": false
    },
    {
        "name": "inputLabel",
        "type": "string",
        "required": true,
        "description": "The label of the search input"
    },
    {
        "name": "inputAriaControls",
        "type": "string",
        "description": "Aria controls for search input",
        "required": false
    }
]
