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