...

Text file src/github.com/google/gnostic-models/openapiv2/README.md

Documentation: github.com/google/gnostic-models/openapiv2

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

View as plain text