Closed michaelwood closed 3 years ago
To replicate:
Create a new project (this seems important, I couldn't get this to break in an existing project. That seems like a bug; something like if the tests run then they totally fail to run it still shows old results? Need to check this out)
Save a schema of:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "",
"title": "Organisation identifier list description",
"type": "object",
"properties": {
"name": {
"$ref": "cats.json#/Cats"
}
}
}
Save data of:
{
"name": "WTF"
}
Closed; further work to #139
When things go wrong with either schema or data we just sit there merrily while the CoVE worker errors out.