File tree Expand file tree Collapse file tree 8 files changed +30
-4
lines changed Expand file tree Collapse file tree 8 files changed +30
-4
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ before_script:
8
8
- PATH="./node_modules/.bin/:$PATH"
9
9
script :
10
10
- bundle exec jekyll build
11
- - ajv test -s schema -d "learn/examples/*.json" --valid
11
+ - ajv test -s draft-07/ schema -d "learn/examples/*.json" --valid
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en-US ">
3
+ < meta charset ="utf-8 ">
4
+ < title > Redirecting…</ title >
5
+ < link rel ="canonical " href ="{{ page.redirect.to }} ">
6
+ < meta http-equiv ="refresh " content ="0; url={{ page.redirect.to }} ">
7
+ < meta name ="robots " content ="noindex ">
8
+ < h1 > Redirecting…</ h1 >
9
+ < p >
10
+ Several redirections on json-schema.org are special cases:
11
+ </ p >
12
+ < ul >
13
+ < li > The unversioned meta-schema URIs should no longer be used.</ li >
14
+ < li > The vocabularies are represented by their specification text.</ li >
15
+ < li > The "latest" specification URIs are for convenice of browser
16
+ bookmarking only.</ li >
17
+ </ ul >
18
+ < a href ="{{ page.redirect.to }} "> Click here if you are not redirected.</ a >
19
+ < script > ___location = "{{ page.redirect.to }}" </ script >
20
+ </ html >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ redirect_to : /draft/2019-09/hyper-schema
3
+ ---
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ redirect_to : /draft/2019-09/links
3
+ ---
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ redirect_to : /draft/2019-09/schema
3
+ ---
You can’t perform that action at this time.
0 commit comments