Skip to content

Restore missing history #327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 328 commits into from
Aug 21, 2017
Merged
Changes from all commits
Commits
Show all changes
328 commits
Select commit Hold shift + click to select a range
c74ee28
draft-04/schema: catch up with "divisibleBy" rename
fge Jul 11, 2012
ba1a92c
Re-introduce "format" keyword, with some differences
fge Jul 11, 2012
d433449
Add more verbose handling.
davidlehn Jul 11, 2012
0077b4d
Separate core schema keywords into different sections
fge Jul 11, 2012
5351035
Better wording of items and their array indices
kriszyp Nov 30, 2011
63131cd
bump version
kriszyp Nov 30, 2011
2ac67ad
Add support for uniqueItems.
dlongley Jun 13, 2012
4ce673f
Fix inverted comparison.
dlongley Jun 18, 2012
786b881
Fix property path handling.
davidlehn Jun 19, 2012
fa2c61b
Add value and schema to errors.
davidlehn Jun 19, 2012
839db82
Add missing schema and value to type error.
dlongley Jun 24, 2012
40524f0
Add more verbose handling.
davidlehn Jul 11, 2012
2ea7552
draft-04/schema: modify the "type" property definition
fge Jul 11, 2012
6920f2b
draft-04/schema: cosmetic: fix whitespaces
fge Jul 11, 2012
4a8331a
draft-04/schema: catch up with "divisibleBy" rename
fge Jul 11, 2012
689ed03
Re-introduce "format" keyword, with some differences
fge Jul 11, 2012
0b15bce
Separate core schema keywords into different sections
fge Jul 11, 2012
d7f5faa
Merge branch 'master' of https://github.com/digitalbazaar/json-schema
nickl- Aug 18, 2012
5b567af
Merge branch 'master' of https://github.com/fge/json-schema
nickl- Aug 18, 2012
72c04b2
Merge branch 'master' of https://github.com/c4milo/json-schema
nickl- Aug 18, 2012
4dac458
Merge branch 'master' of https://github.com/onirame/json-schema
nickl- Aug 18, 2012
d38eb08
Merge branch 'master' of https://github.com/stacia/json-schema
nickl- Aug 19, 2012
996d7fb
Merge remote-tracking branch 'nickl/master'
fge Aug 19, 2012
33ef30f
Update README.md
nickl- Aug 20, 2012
f56cecb
Add CNAME, I think this is needed to have json-schema.org point to it.
kriszyp Aug 30, 2012
f1c96b0
Merge pull request #3 from kriszyp/master
fge Aug 31, 2012
b5621d7
draft-zyp-json-schema-04.xml: remove trailing whitespaces
fge Aug 31, 2012
1239aa1
CNAME should be on gh-pages see #3
nickl- Aug 31, 2012
d24139d
draft-zyp-json-schema-04.xml: unify style
fge Sep 2, 2012
fc213b7
draft-04/schema: fix two issues, unify style
fge Sep 4, 2012
46ef7d0
README updates
fge Sep 4, 2012
e6e8443
Candidate draft for core JSON Schema definition
fge Sep 11, 2012
eea18f9
New version of the spec
fge Sep 14, 2012
9b28bd6
JSON Schema core validation spec
fge Sep 15, 2012
bfc89e5
Add text versions of XML source files
fge Sep 15, 2012
75d1386
README.md updates
fge Sep 15, 2012
f82ca1b
json-schema-core.xml: rework the "id" stuff
fge Sep 16, 2012
d5fb472
Fix stupid stuff
fge Sep 16, 2012
e9ef0bc
Core meta-schema
fge Sep 16, 2012
c57ef87
schema-core.json: fix obvious mistake
fge Sep 16, 2012
51f6e58
Specification updates
fge Sep 17, 2012
c36f518
schema-core.json: add exclusiveM{in,ax}imum property dependencies
fge Sep 17, 2012
64f2334
schema-core.json: factorize common subschemas
fge Sep 17, 2012
6f1a09d
README.md update
fge Sep 17, 2012
58689f9
proposals/schema-core.json: add missing comma :/
fge Sep 17, 2012
03230d4
Fix unseen typo
fge Sep 18, 2012
c4702a2
Core specification updates
fge Sep 22, 2012
c12ed4b
Validation spec updates
fge Sep 22, 2012
fbfe43b
Validation spec: add link to ECMA 262 spec (PDF)
fge Sep 22, 2012
f104699
Validation spec: define "format", meta information keywords
fge Sep 22, 2012
4e265e2
Miscellaneous updates
fge Sep 23, 2012
1587846
json-schema-core: cite RFC 4627, section 2.4
fge Sep 23, 2012
4e6c18a
More changes to core schema
fge Sep 23, 2012
bbc714c
Space cleanup. Some fixes to validation spec punctuation.
fge Sep 23, 2012
4927d8f
More changes to the core specification
fge Sep 23, 2012
6c6f64a
Both drafts: replace "equality" of JSON values with "lexical equivale…
fge Sep 23, 2012
5a80764
Validation spec: fix mistake in "dependencies" definition
fge Sep 24, 2012
4739e22
Changes to core specification
fge Sep 25, 2012
046184e
Changes to validation spec
fge Sep 25, 2012
5598459
Some more wording changes
fge Sep 25, 2012
8518279
Core schema: fix integer definition
fge Sep 25, 2012
b3b31bd
Back to lexical equivalence, even if too strong
fge Sep 25, 2012
1f629f3
Get back on the definition of equality again
fge Sep 26, 2012
567a70c
Added hypermedia specification
geraintluff Sep 26, 2012
af848ab
Changes to json-schema-core
fge Dec 15, 2012
e2fabfb
Revise json-schema-validation draft
fge Dec 17, 2012
041898f
Fix schema-core.json
fge Dec 17, 2012
174d127
Fix schema-core.json, again
fge Dec 17, 2012
750b7e5
Re-organisation - move LDO section to root level
geraintluff Dec 18, 2012
b7a388b
Removed use/definition of "attribute" in favour of "property"/"keyword"
geraintluff Dec 18, 2012
68aea9a
Remove definitions in favour of referencing other specifications.
geraintluff Dec 18, 2012
cf028d4
Re-worded "Overview".
geraintluff Dec 18, 2012
c63da7c
Re-wrote some sections, split Security Considerations up, removed "in…
geraintluff Dec 18, 2012
896d933
Added description of "href" templating (uses RFC 6570 now)
geraintluff Dec 18, 2012
0344ed5
Expanded "rel" section, some formatting tweaks
geraintluff Dec 19, 2012
cc8a979
Updated text and html
geraintluff Dec 19, 2012
7c65ebb
Verify ownership
nickl- Dec 19, 2012
170bb4f
Added files from json-schema.org
kriszyp Nov 22, 2011
c5d4fda
Update index html to shake gh-pages
nickl- Aug 20, 2012
05ced69
Update index html to shake gh-pages again
nickl- Aug 20, 2012
5d5a1d5
address example schema: bring up to date, beautify
fge Aug 21, 2012
a4d6179
calendar example schema: bring up to date, beautify
fge Aug 21, 2012
24577b1
card example schema: bring up to date, beautify
fge Aug 21, 2012
1876ac9
geo example schema: bring up to date, beautify
fge Aug 21, 2012
255008c
Remove obsolete files
fge Aug 21, 2012
a154f3b
hyper-schema: bring up to date, beautify
fge Aug 21, 2012
ed2398d
hyper-schema-or-uri: bring up to date, beautify
fge Aug 21, 2012
fc85fdd
implementations.html: add json-schema-validator as a Java implementation
fge Aug 21, 2012
ecf47c1
implementaions.html: mention WJElement as an implementation
fge Aug 30, 2012
8db3759
CNAME for json-schema.org see #3
nickl- Aug 31, 2012
28508e5
CNAME to also include json-schema.github.com
nickl- Aug 31, 2012
4638a78
CNAME can only have one domain
nickl- Aug 31, 2012
1d0effb
Just a touch of style
nickl- Sep 1, 2012
6e5c87e
Renamed CNAME so we may hopefully use site
nickl- Sep 1, 2012
26f8e43
Some style for the index.
nickl- Sep 1, 2012
52ee24f
Renamed CNAME so we may hopefully use site
nickl- Sep 1, 2012
9f29827
update sync
nickl- Sep 1, 2012
2bcbc62
impl has style too yo
nickl- Sep 1, 2012
b71493b
alot changes as it stays the same
nickl- Sep 1, 2012
4503460
Tweaks n stuff
nickl- Sep 1, 2012
7fe82e4
lets see if the domain syncs now
nickl- Sep 1, 2012
9751bd9
touch for gh-pages
nickl- Sep 1, 2012
ab37c27
touch for gh-pages
nickl- Sep 1, 2012
775c9bc
touch for gh-pages
nickl- Sep 1, 2012
070c04c
A lot of index.html updates
fge Sep 2, 2012
f643ae3
Draft v4: unify style
fge Sep 2, 2012
bc478c9
Rework index.html and implementations.html
fge Sep 2, 2012
ab805cd
update php schema validators
nickl- Sep 2, 2012
8e8375a
implementations.html: add Matic
fge Sep 3, 2012
5623121
implementations.html: add one python implementation
fge Sep 3, 2012
eb75093
Update json-ref schema
fge Sep 13, 2012
0927d1c
implementations.html: rework, add new implementation
fge Sep 15, 2012
37290cd
Add Orderly implementation
fge Sep 22, 2012
a5b973b
Fix miswritten card schema
fge Sep 25, 2012
3103379
add html from proposals
nickl- Oct 3, 2012
f8944c9
Add direct-schema to the list of implementations.
IreneKnapp Nov 15, 2012
16fd62e
Added json-schema-validator
nickl- Dec 10, 2012
c0ccbc2
Update licensing information
nickl- Dec 10, 2012
2b6e201
Remove misaligned amazement
nickl- Dec 10, 2012
2593599
Bring schema JSON files in conformity with the draft text
fge Dec 17, 2012
a96cb64
Successfully verified
nickl- Dec 19, 2012
3b34df9
Add google analytics and link ids
nickl- Dec 19, 2012
b68e718
google analytics required in head
nickl- Dec 19, 2012
86177fb
Analytics: try try again. WTF Google?
nickl- Dec 19, 2012
ca0c398
google analytics again from scratch
nickl- Dec 19, 2012
6f7c446
google analytics reenable enhanced link atts
nickl- Dec 19, 2012
d6e00dd
Cleanup the implementations page
richievos Dec 4, 2012
8276389
Update the json schema home page with an example
richievos Dec 4, 2012
f237800
Additional example content
richievos Dec 4, 2012
cd4c791
Rename schema-core.json to schema
fge Dec 21, 2012
a61df5a
Validation spec: introduce "definitions" keyword
fge Dec 21, 2012
9fcd835
Put an example on the main page
geraintluff Jan 5, 2013
1746c72
Update examples to draft v4
geraintluff Jan 5, 2013
85f8eb0
"minimum" is inclusive by default, not exclusive
geraintluff Jan 5, 2013
5b24e56
JSON Schema is nothing close to XSD
fge Jan 5, 2013
a28846d
Update references to JSON Reference, JSON Pointer
fge Jan 5, 2013
99d9118
Split example schemas section
fge Jan 5, 2013
120fbb0
Merge pull request #53 from fge/gh-pages
geraintluff Jan 5, 2013
3ffdffa
Merge pull request #54 from geraintluff/gh-pages-working
fge Jan 5, 2013
5c450d1
examples.html: update gists
fge Jan 5, 2013
1462a74
examples.html: more descriptive introduction to the first schema
fge Jan 5, 2013
88e00ba
Minor changes
fge Jan 5, 2013
7675580
examples.html: add two constraints to tags
fge Jan 5, 2013
913af24
Merge pull request #55 from fge/gh-pages
geraintluff Jan 5, 2013
90e1041
Add a new, more complex example
fge Jan 6, 2013
805c94f
Refer to the two examples in index.html
fge Jan 6, 2013
d8485e4
Added custom highlighting code
geraintluff Jan 6, 2013
66d9386
Merge pull request #58 from fge/gh-pages-orig
geraintluff Jan 6, 2013
415ecbe
Merge branch 'gh-pages' of https://github.com/json-schema/json-schema…
geraintluff Jan 8, 2013
5964e1b
Deleted CNAME
geraintluff Jan 8, 2013
479ff62
Allow negative numbers (whoops)
geraintluff Jan 8, 2013
7ec955b
Merge branch 'gh-pages-highlight-custom' into gh-pages
geraintluff Jan 8, 2013
0602373
Merge pull request #63 from geraintluff/gh-pages-highlight-custom
fge Jan 8, 2013
3586041
Improve example2.html
fge Jan 8, 2013
2a63db3
Merge pull request #65 from fge/gh-pages-real
geraintluff Jan 9, 2013
97efd0b
Some changes to the core specification
fge Jan 9, 2013
3e44e14
More changes to the core specification
fge Jan 9, 2013
eb4805e
Update core schemas
fge Jan 16, 2013
a11d8bb
Merge pull request #1 from json-schema/gh-pages
geraintluff Jan 20, 2013
bec7b8e
Merge branch 'gh-pages-working' of https://github.com/geraintluff/jso…
geraintluff Jan 20, 2013
18c4be7
Started re-vamp of website
geraintluff Jan 20, 2013
04ceac1
Adding "examples" page
geraintluff Jan 20, 2013
309dc48
Changed wording of introduction(s)
geraintluff Jan 20, 2013
e73ae79
Formatting - replace all tabs with " "
geraintluff Jan 20, 2013
a79f551
Change author listings
geraintluff Jan 20, 2013
3e58460
Updated year
geraintluff Jan 20, 2013
ce93d77
Re-wrote "Design Considerations"
geraintluff Jan 20, 2013
b1f7cde
Updated wording
geraintluff Jan 20, 2013
532d710
Adding missing pre-processing step.
geraintluff Jan 20, 2013
d6267b4
Use rel="self" links for URI resolution
geraintluff Jan 20, 2013
11fe86c
Updating text and HTML versions
geraintluff Jan 20, 2013
8d0d5d6
Included examples in new site
geraintluff Jan 20, 2013
683bea8
Added "documentation" section
geraintluff Jan 20, 2013
17b292f
Added Jsonary to implementations list
geraintluff Jan 20, 2013
b196b7d
Re-add CNAME
geraintluff Jan 20, 2013
b54be9b
Updating implementations page
geraintluff Jan 20, 2013
0ec7f91
Merge branch 'gh-pages' into gh-pages-merge
geraintluff Jan 20, 2013
986ba15
Point to jsonary.com, not GitHub repo
geraintluff Jan 20, 2013
eae4031
Merge branch 'gh-pages' into gh-pages-merge
geraintluff Jan 20, 2013
802a82e
Update
geraintluff Jan 20, 2013
3880fb9
Make title block more square
geraintluff Jan 20, 2013
4dd1ec0
Merge branch 'gh-pages' into gh-pages-merge
geraintluff Jan 20, 2013
b241099
Formatting - missing space
geraintluff Jan 20, 2013
1204850
Updating index.html
geraintluff Jan 20, 2013
7890044
Merge branch 'gh-pages' into gh-pages-merge
geraintluff Jan 20, 2013
3123555
Merge pull request #67 from geraintluff/gh-pages-merge
fge Jan 20, 2013
dbd78b4
Fix broken link
meredydd Jan 20, 2013
8ef83ba
Fix broken link in documentation.html
fge Jan 20, 2013
1c0db4c
Changes to the core specification
fge Jan 20, 2013
1ba9636
Changes to the validation specification
fge Jan 20, 2013
adef7c4
Latest versions of core and validation specifications
fge Jan 21, 2013
2718929
Updated link to hyper-schema spec
geraintluff Jan 22, 2013
740a917
Add tv4, and place numbers next to sections
geraintluff Jan 22, 2013
eb2ba88
Note down two known implementations supporting v4.
geraintluff Jan 22, 2013
c1bd560
Jsonary supports v4 as well
geraintluff Jan 22, 2013
02b3303
Merge pull request #68 from geraintluff/gh-pages-merge
fge Jan 22, 2013
6ea3434
Updating hyper-schema specification
geraintluff Jan 22, 2013
bd4424f
Updating TXT and HTML versions
geraintluff Jan 22, 2013
d869552
Merge branch 'gh-pages' of https://github.com/json-schema/json-schema…
geraintluff Jan 22, 2013
8404fa0
Update to latest hyper-schema spec
geraintluff Jan 22, 2013
661d0f7
Tidy up
geraintluff Jan 22, 2013
645ea6b
Update text/HTML versions
geraintluff Jan 22, 2013
5ae117b
Update hyper-schema spec
geraintluff Jan 22, 2013
0856272
Clarify resolution rules for "root" and "self" links
geraintluff Jan 22, 2013
8f2fd42
Update text/HTML
geraintluff Jan 22, 2013
8b6c818
Update hyper-schema spec
geraintluff Jan 22, 2013
d99c027
Updating hyper-meta-schema
geraintluff Jan 23, 2013
98f155c
Updating hyper-meta-schema
geraintluff Jan 23, 2013
e196905
Changed title
geraintluff Jan 23, 2013
4d95d97
Update hyper-schema spec
geraintluff Jan 23, 2013
0dd82e8
Fixes to core spec
fge Jan 24, 2013
4413028
Changes to the validation spec
fge Jan 25, 2013
4ca6b0d
Sync latest versions of HTML specs
fge Jan 25, 2013
decb60d
Some changes in core/validation
fge Jan 30, 2013
79c1a7a
Update latest core/validation drafts
fge Jan 30, 2013
e379ca1
Added links to hyper-schema (id and $ref)
geraintluff Jan 30, 2013
cff699d
Wording changes
geraintluff Jan 30, 2013
300600a
Wording changes
geraintluff Jan 30, 2013
45910eb
Updating fragmentResolution wording
geraintluff Jan 30, 2013
1ea74dd
Changed fragmentResolution wording
geraintluff Jan 30, 2013
16413a9
Changed wording surrounding text-based media types and JSON strings
geraintluff Jan 30, 2013
f7f79a5
Cleaned up intro
geraintluff Jan 30, 2013
bd57e54
Cleanup
geraintluff Jan 30, 2013
ed80fb9
More wording changes
geraintluff Jan 31, 2013
4e88bf1
Reference RFC 5988 for HTTP Link header
geraintluff Jan 31, 2013
ffdea2f
Put readOnly back in
geraintluff Jan 31, 2013
ca4937c
Updating text and HTML versions
geraintluff Jan 31, 2013
82046fc
Merge branch 'gh-pages' of https://github.com/json-schema/json-schema…
geraintluff Jan 31, 2013
2dd6935
Updating hyper-meta-schema
geraintluff Jan 31, 2013
37e342b
Update in other directory as well
geraintluff Jan 31, 2013
ce88ebe
Update draft names and text
fge Jan 31, 2013
7c5354e
Update spec (nits and tweaks)
geraintluff Jan 31, 2013
0003cef
Fixed FIXMEs
geraintluff Feb 1, 2013
0664e7a
Merge branch 'next' of https://github.com/json-schema/json-schema int…
geraintluff Feb 1, 2013
ea9a033
Renamed hyper-schema spec
geraintluff Feb 1, 2013
7f5ecac
Fix blatant error in validation spec
fge Feb 1, 2013
e5dc945
Simple update of version number
geraintluff Nov 21, 2013
9dd4ab4
Add new versions of valiation/hyper drafts
geraintluff Nov 21, 2013
7a2c648
Initial modifications
geraintluff Jan 22, 2014
57d5f4e
Draft 0 of JSON Schema as retrieved from IETF
kriszyp Dec 5, 2009
d5c2f29
Draft 1 of JSON Schema as retrieved from IETF
kriszyp Dec 5, 2009
1bc1d9f
Draft 2 of JSON Schema as retrieved from IETF
kriszyp Mar 23, 2010
7ea575a
Draft 00: draft-zyp-json-schema-00
adamvoss Jun 6, 2017
2072fee
Draft 01: draft-zyp-json-schema-01
adamvoss Jun 6, 2017
707f650
Draft 02: draft-zyp-json-schema-02
adamvoss Jun 6, 2017
d6eadbd
Draft 03: draft-zyp-json-schema-03
adamvoss Jun 6, 2017
d4c5b3a
Draft 04:
adamvoss Jun 6, 2017
d94d409
Remove everything except the current draft text
awwright Jun 24, 2015
6540a62
Merge together old and new repository where the new repository began
adamvoss Jun 6, 2017
28990ba
Merge to include missing history
adamvoss Jun 6, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.