department-of-veterans-affairs/vets-website

View on GitHub
src/applications/search/constants/stubZeroResults.json

Summary

Maintainability
Test Coverage
{
    "data": {
      "id": "",
      "type": "search_results_responses",
      "attributes": {
        "body": {
          "query": "benefits",
          "web": {
            "total": 0,
            "nextOffset": 0,
            "spellingCorrection": null,
            "results": []
          }
        }
      }
    },
    "meta": {
      "pagination": {
        "currentPage": 1,
        "perPage": 10,
        "totalPages": 0,
        "totalEntries": 0
      }
    }
  }