department-of-veterans-affairs/vets-website

View on GitHub
src/applications/vaos/services/mocks/var/facilities.json

Summary

Maintainability
Test Coverage
{
  "data": [
    {
      "id": "983",
      "type": "facility",
      "attributes": {
        "institutionCode": "983",
        "city": "Cheyenne",
        "stateAbbrev": "WY",
        "authoritativeName": "CHYSHR-Cheyenne VA Medical Center",
        "rootStationCode": "983",
        "adminParent": true,
        "parentStationCode": "983"
      }
    },
    {
      "id": "984",
      "type": "facility",
      "attributes": {
        "institutionCode": "984",
        "city": "Dayton",
        "stateAbbrev": "OH",
        "authoritativeName": "DAYTSHR -Dayton VA Medical Center",
        "rootStationCode": "984",
        "adminParent": true,
        "parentStationCode": "984"
      }
    },
    {
      "id": "983A6",
      "type": "facility",
      "attributes": {
        "institutionCode": "983A6",
        "city": "Jackson",
        "stateAbbrev": "WY",
        "authoritativeName": "Five Digit Station ID Medical Center",
        "rootStationCode": "983",
        "adminParent": true,
        "parentStationCode": "983A6"
      }
    }
  ]
}