Open tschmidtb51 opened 2 weeks ago
Isn't it supposed to be exactly the other way around?
Isn't the schema violated by adding $schema
to your JSON payload, as this doesn't seem to be specified?
I agree that my wording was bad: True is that $schema
is not defined in testcases_json_schema.json
and therefore its usage in testcases.json
results in an error.
Currently, we are missing the
$schema
intestcases_json_schema.json
which results in errors as we specify it intestcases.json
.