openapi_tools 0.5.1

Tools for working with OpenAPI specs
Documentation
1
2
3
4
5
6
7
8
9
info:
  title: FooBar Service
  version: "1.0.0"
sources:
  ./foo.spec.yaml:
    x-google-backend:
      address: "${addr}"
      protocol: h2
  ./bar.spec.yaml: