Skip to content

Commit 29588b0

Browse files
committed
Use a separate URI for draft meta-schemas in repository
1 parent 356af3b commit 29588b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hyper-schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"$schema": "http://json-schema.org/draft-04/hyper-schema#",
3-
"id": "http://json-schema.org/draft-04/hyper-schema#",
2+
"$schema": "http://json-schema.org/draft/hyper-schema#",
3+
"id": "http://json-schema.org/draft/hyper-schema#",
44
"title": "JSON Hyper-Schema",
55
"allOf": [
66
{"$ref": "http://json-schema.org/draft-04/schema#"}

schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"id": "http://json-schema.org/draft-04/schema#",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
2+
"id": "http://json-schema.org/draft/schema#",
3+
"$schema": "http://json-schema.org/draft/schema#",
44
"description": "Core schema meta-schema",
55
"definitions": {
66
"schemaArray": {

0 commit comments

Comments
 (0)