"description": "Type of Assertion node",
"description": "List of assertions",
"$ref": "#/definitions/AbstractAssertion"
"description": "List of children names",
"$ref": "#/definitions/NodeVariables",
"description": "Node variables dictionary"
"description": "Node name",
"$ref": "#/definitions/CompareAssertion"
"$ref": "#/definitions/ContainsAssertion"
"$ref": "#/definitions/XPathAssertion"
"$ref": "#/definitions/ScriptAssertion"
"description": "Type of Compare assertion",
"description": "Actual value",
"default": "${$response.body}"
"$ref": "#/definitions/CompareOperator",
"description": "Operator",
"description": "Expected value",
"description": "Type of Contains assertion",
"description": "Text to be searched",
"default": "${$response.body}"
"description": "Value for search in text",
"description": "Type of Xpath assertion",
"description": "Text to be searched",
"default": "${$response.body}"
"description": "XPath selector",
"description": "Expected value",
"description": "Type of Script assertion",
"description": "Assertion script",
"default": "`function test(assertion, variables) {\n // It should return true if test is passed\n // return true;\n}`"
"additionalProperties": {
"$schema": "http://json-schema.org/draft-07/schema#"