We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356af3b commit 29588b0Copy full SHA for 29588b0
hyper-schema.json
@@ -1,6 +1,6 @@
1
{
2
- "$schema": "http://json-schema.org/draft-04/hyper-schema#",
3
- "id": "http://json-schema.org/draft-04/hyper-schema#",
+ "$schema": "http://json-schema.org/draft/hyper-schema#",
+ "id": "http://json-schema.org/draft/hyper-schema#",
4
"title": "JSON Hyper-Schema",
5
"allOf": [
6
{"$ref": "http://json-schema.org/draft-04/schema#"}
schema.json
- "id": "http://json-schema.org/draft-04/schema#",
- "$schema": "http://json-schema.org/draft-04/schema#",
+ "id": "http://json-schema.org/draft/schema#",
+ "$schema": "http://json-schema.org/draft/schema#",
"description": "Core schema meta-schema",
"definitions": {
"schemaArray": {
0 commit comments