{
  "exportType" : "test_case",
  "formatVersion" : 1,
  "name" : "Первый тест: status должен быть OK",
  "description" : "",
  "steps" : [ {
    "type" : "VALIDATE_FIELD",
    "params" : {
      "field" : "status",
      "operator" : "equals",
      "value" : "OK"
    },
    "runWhen" : null
  } ]
}