File: doc.go

package info (click to toggle)
golang-github-getkin-kin-openapi 0.124.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,288 kB
  • sloc: sh: 344; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
// Package openapi2 parses and writes OpenAPIv2 specification documents.
//
// Does not cover all elements of OpenAPIv2.
// When OpenAPI version 3 is backwards-compatible with version 2, version 3 elements have been used.
//
// See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md
package openapi2