Skip to content
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

[WIP] Alternative OAS3 JSON Schema #1270

Merged
merged 33 commits into from
Apr 18, 2019
Merged
Changes from 2 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
45971df
Initial schema commit
webron Jul 14, 2017
bda4218
so many fixes
webron Jul 18, 2017
1eb22f0
items array -> object
webron Jul 18, 2017
bd277c6
A couple more fixes
webron Jul 18, 2017
069367f
Fixed restriction on Server's url
webron Jul 18, 2017
629cd7c
make callbacks great again!
webron Jul 18, 2017
49e784d
fixed servervariable.enum
webron Jul 24, 2017
1087db4
Use "uri-reference", not "url" or "uriref"
handrews Nov 8, 2018
13a4fd2
Fix usage of "not"
handrews Nov 8, 2018
5529143
Use patternProperties for $ref
handrews Nov 8, 2018
82ef49c
XML namespace must be an absolute URI
handrews Nov 15, 2018
f71d7f8
In Daft 5, schema.enum only SHOULD be unique, not MUST
MikeRalphson Nov 20, 2018
e619259
parameters arrays MUST be unique on name & in, therefore MUST be uniq…
MikeRalphson Nov 20, 2018
e9de80f
tags array MUST be unique by name, therefore MUST be unique across al…
MikeRalphson Nov 20, 2018
99226cf
responses object keys pattern must be anchored
MikeRalphson Nov 20, 2018
6fbc926
responses object map MAY be extended with specification extensions
MikeRalphson Nov 20, 2018
0684d65
Response.headers map missing type:object
MikeRalphson Nov 20, 2018
f39cbf0
Merge pull request #1744 from handrews/schema-fixes
webron Dec 4, 2018
88dd430
Pre-format schema to improve changes relevancy
vearutop Jan 8, 2019
26cf125
Simplify Schema or Reference
vearutop Jan 8, 2019
bedcc17
Combine HTTP Methods in `patternProperties`
vearutop Jan 8, 2019
9592b1f
Define Parameter as a filtered superset
vearutop Jan 8, 2019
81e3dd5
Combine some definitions as filtered supersets
vearutop Jan 8, 2019
cdd7816
Move XOR logic to definitions, remove unused definition NonBearerHTTP…
vearutop Jan 8, 2019
2208e08
Embed references
vearutop Jan 8, 2019
3f09f46
Revert embed references as it flattens definition scopes and therefor…
vearutop Mar 8, 2019
66659e4
Remove temporary README
vearutop Mar 8, 2019
bbd49b6
Revert embedding $ref in Schema
vearutop Mar 22, 2019
c094c22
Merge pull request #1800 from vearutop/oas3-schema
webron Mar 26, 2019
92e15eb
Add schema metadata
webron Apr 2, 2019
6d17b63
JSON version of the schema
webron Apr 18, 2019
3dcfee1
Added README with basic information
webron Apr 18, 2019
35ab014
Update README.md
webron Apr 18, 2019
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
Loading