Skip to content

nikolko/spec3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OAI object model Build Status codecov Slack Status

license GoDoc

This repository is not usable at this moment, the implementation is incomplete

The object model for OpenAPI specification v3 documents.

It aims to fix some mistakes that were made in the spec for v2. Top-level maps are now sorted by default so you can rely on their ordering.

Schemas

Schema struct{} + map Unit tests (struct{} + map)
OpenAPI ☑️ 🔲
Info ☑️ 🔲
Contact ☑️ 🔲
License ☑️ 🔲
Server ☑️ 🔲
Server Variable ☑️ + 🔲 🔲 + 🔲
Components ☑️ 🔲
Paths ☑️ 🔲
Path Item ☑️ + 🔲 🔲 + 🔲
Operation ☑️ 🔲
External Documentation ☑️ 🔲
Parameter ☑️ + 🔲 🔲 + 🔲
Request Body ☑️ + 🔲 🔲 + 🔲
Media Type ☑️ + 🔲 🔲 + 🔲
Encoding ☑️ + 🔲 🔲 + 🔲
Responses ☑️ + 🔲 🔲 + 🔲
Response ☑️ 🔲
Callback ☑️ + 🔲 🔲 + 🔲
Example ☑️ + 🔲 🔲 + 🔲
Link ☑️ + 🔲 🔲 + 🔲
Header ☑️ + 🔲 🔲 + 🔲
Tag ☑️ 🔲
Reference ☑️ 🔲
Schema 🔲 + 🔲 🔲 + 🔲
Discriminator ☑️ 🔲
XML ☑️ 🔲
Security Scheme ☑️ + 🔲 🔲 + 🔲
OAuth Flows ☑️ 🔲
OAuth Flow ☑️ 🔲
Security Requirement ☑️ 🔲

TODO

  • Update OrderedMap to use ART under the hood instead of the golang's map
  • Use GoJay for decoding/encoding the JSON
  • Retire EasyJson dependency from the project

About

No description, website, or topics provided.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.go

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%