department-of-veterans-affairs/vets-website

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

Summary

Maintainability
Test Coverage
{
  "data": [
    {
      "id": "1",
      "type": "cancel_reason",
      "attributes": {
        "number": "1",
        "text": "WEATHER",
        "type": "B",
        "inactive": false
      }
    },
    {
      "id": "5",
      "type": "cancel_reason",
      "attributes": {
        "number": "5",
        "text": "UNABLE TO KEEP APPOINTMENT",
        "type": "B",
        "inactive": false
      }
    },
    {
      "id": "6",
      "type": "cancel_reason",
      "attributes": {
        "number": "6",
        "text": "DEATH IN FAMILY",
        "type": "P",
        "inactive": false
      }
    },
    {
      "id": "11",
      "type": "cancel_reason",
      "attributes": {
        "number": "11",
        "text": "OTHER",
        "type": "B",
        "inactive": false
      }
    },
    {
      "id": "12",
      "type": "cancel_reason",
      "attributes": {
        "number": "12",
        "text": "TRANSFER OPT CARE TO OTHER VA",
        "type": "B",
        "inactive": false
      }
    }
  ]
}