{
  "scenario": "validation_200_incomplete",
  "responseStatus": 200,
  "retainedCurrentStep": "mother_contact",
  "exactValidationText": "mother_contact.phone: mother_contact.phone.invalid (format_invalid)",
  "timelineState": {
    "activeCardCount": 1,
    "currentCardCount": 1,
    "completedCardCount": 1,
    "focusedInsideCurrentCard": true,
    "activeCardIntersectsViewport": true,
    "renderedSteps": [
      "applicant_authority",
      "mother_contact"
    ]
  },
  "mock": {
    "catalogCount": 26,
    "counts": {
      "confirm": 0,
      "create": 1,
      "finalReview": 0,
      "getDraft": 0,
      "patch": 2,
      "workflowProgress": 0
    },
    "events": [
      {
        "method": "POST",
        "routeName": "create_draft",
        "status": 201,
        "expectedError": false
      },
      {
        "method": "PATCH",
        "routeName": "patch_draft",
        "status": 200,
        "expectedError": false
      },
      {
        "method": "PATCH",
        "routeName": "patch_draft",
        "status": 200,
        "expectedError": false
      }
    ],
    "patchStepOrder": [
      "applicant_authority",
      "mother_contact"
    ],
    "transportChecks": [
      {
        "routeName": "create_draft",
        "method": "POST",
        "authorizationPresent": true,
        "authorizationAccepted": true,
        "idempotencyKeyRequired": true,
        "idempotencyKeyPresent": true
      },
      {
        "routeName": "patch_draft",
        "method": "PATCH",
        "authorizationPresent": true,
        "authorizationAccepted": true,
        "idempotencyKeyRequired": true,
        "idempotencyKeyPresent": true
      },
      {
        "routeName": "patch_draft",
        "method": "PATCH",
        "authorizationPresent": true,
        "authorizationAccepted": true,
        "idempotencyKeyRequired": true,
        "idempotencyKeyPresent": true
      }
    ],
    "rawAuthorizationValuesCaptured": false,
    "rawIdempotencyKeyValuesCaptured": false
  },
  "browserEvents": {
    "consoleEvents": [],
    "expectedConsoleEvents": [],
    "failedRequests": [],
    "expectedHttpErrors": [],
    "unexpectedHttpErrors": []
  }
}
