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

OpenAPI v3 JSON Schema #1236

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
19 changes: 19 additions & 0 deletions schemas/v3.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# OpenAPI v3 JSON Schema

This directory contains a JSON Schema for OpenAPI v3.

It was generated by [Tim Burks](https://github.com/timburks)
using a tool that scraped the Markdown text of the OpenAPI Specification
and made several semi-automated refinements. This tool is part of the
[gnostic project](https://github.com/googleapis/gnostic),
which generates type-safe models of OpenAPI v2 and v3 directly
from their JSON Schemas.

The v3 JSON Schema was significantly reviewed and improved by
[Mike Ralphson](https://github.com/mikeralphson) and
[Tanya Fesenko](https://github.com/tfesenko)
and has been tested with automated schema validators.

The source for this schema is in the [gnostic project](https://github.com/googleapis/gnostic) in
[openapi-3.0.json](https://github.com/googleapis/gnostic/blob/master/OpenAPIv3/openapi-3.0.json)
which will also contain the latest revision.
Loading