I'm having trouble getting this line to resolve at the top of my JSON Schema when compiling it with AJV: "$schema": "node_modules/ajv/lib/refs/json-schema-draft-04#"
I've also tried this line to work, to no avail: "$schema": "http://json-schema.org/draft-04/schema#"
(And a lot of other permutations of the above.)
No matter what I put, AJV says: "Error: no schema with key or ref..."
What exactly needs to go in this property?
Thank you (BTW AJV is great, thank you.)