Core openapi functionality: json, json schema & OAI specs
Experimental. API is not stable yet. Releases v0.0.x are experimental and may bring some breaking changes.
- json: infrastructure to parse, dump JSON & YAML as compact immutable documents
- jsonschema: ser/deser jsonschema specifications + analyzers for codegen and validation (supports overlays)
- oai: ser/deser openapi specifications + analyzers (supports overlays)
NOTES:
- deser includes validation
- json document + core implementation
See https://github.com/go-openapi/core/releases
This library ships under the SPDX-License-Identifier: Apache-2.0.
See the license NOTICE, which recalls the licensing terms of all the pieces of software on top of which it has been built.
Maintainers can cut a new release by either:
- running this workflow
- or pushing a semver tag
- signed tags are preferred
- The tag message is prepended to release notes