{
  "exportType" : "test_case",
  "formatVersion" : 1,
  "name" : "1000 объектов: ошибка в последнем элементе",
  "description" : "",
  "steps" : [ {
    "type" : "ASSERT_ARRAY_SIZE",
    "params" : {
      "operator" : "equals",
      "source" : "response",
      "expectedSize" : "1000",
      "arrayPath" : "items"
    },
    "runWhen" : null
  }, {
    "type" : "FOR_EACH_ARRAY",
    "params" : {
      "filterConditions" : [ ],
      "arrayPath" : "items"
    },
    "runWhen" : null
  }, {
    "type" : "ASSERT_BODY_FIELD",
    "params" : {
      "operator" : ">",
      "value" : "0",
      "typeCheck" : "is_integer",
      "jsonPath" : "$.id"
    },
    "runWhen" : null
  }, {
    "type" : "ASSERT_BODY_FIELD",
    "params" : {
      "operator" : "equals",
      "value" : "OK",
      "typeCheck" : "is_string",
      "jsonPath" : "$.status"
    },
    "runWhen" : null
  }, {
    "type" : "ASSERT_BODY_FIELD",
    "params" : {
      "operator" : ">=",
      "value" : "0",
      "typeCheck" : "is_integer",
      "jsonPath" : "$.amount"
    },
    "runWhen" : null
  }, {
    "type" : "WHITELIST",
    "params" : {
      "rules" : "root: id, status, amount",
      "source" : "current"
    },
    "runWhen" : null
  } ]
}