1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
# ⨁ gnostic-models
This repository contains Protocol Buffer models and associated libraries
for working with API description formats supported by
[gnostic](https://github.com/google/gnostic). It exists to provide a
lightweight distribution of these models with minimal dependencies.
For more information, please see the
[gnostic](https://github.com/google/gnostic) repository.
## Versions
Versions of this repository will be tagged with the **gnostic** version used
to create them, e.g. "v0.7.0" will correspond to "v0.7.0" of **gnostic**.
## Disclaimer
Feedback and contributions are welcome! Until there is a 1.0 release, please
consider this prerelease software and work in progress. To ensure stable
builds, we request that dependent projects always refer to tagged releases of
**gnostic**.
## Copyright
Copyright 2017-2022, Google LLC.
## License
Released under the Apache 2.0 license.
|