• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Aug-2019-

OpenAPIv2.goH A D15-Aug-2019284.7 KiB8,8487,808

OpenAPIv2.pb.goH A D15-Aug-2019174.9 KiB5,2274,450

OpenAPIv2.protoH A D15-Aug-201917.5 KiB664594

README.mdH A D15-Aug-2019649 1712

openapi-2.0.jsonH A D15-Aug-201939.4 KiB1,6111,610

README.md

1# OpenAPI v2 Protocol Buffer Models
2
3This directory contains a Protocol Buffer-language model
4and related code for supporting OpenAPI v2.
5
6Gnostic applications and plugins can use OpenAPIv2.proto
7to generate Protocol Buffer support code for their preferred languages.
8
9OpenAPIv2.go is used by Gnostic to read JSON and YAML OpenAPI
10descriptions into the Protocol Buffer-based datastructures
11generated from OpenAPIv2.proto.
12
13OpenAPIv2.proto and OpenAPIv2.go are generated by the Gnostic
14compiler generator, and OpenAPIv2.pb.go is generated by
15protoc, the Protocol Buffer compiler, and protoc-gen-go, the
16Protocol Buffer Go code generation plugin.
17