spiegel_podman/vendor/github.com/go-openapi/analysis
tomsweeneyredhat 2ba0070cc4
Bump runc to 1.2.9, Buildah 1.29.6
Cherry picked from commit 2e8bce201e with
additional updates required for the v4.2.0-rhel branch.

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>

Assisted by AI: Cursor <Auto>
Signed-off-by: Chris Evich <cevich@redhat.com>
2026-01-28 10:45:58 -05:00
..
internal Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
.codecov.yml Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
.gitattributes Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
.gitignore Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
.golangci.yml Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
analyzer.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
appveyor.yml Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
CODE_OF_CONDUCT.md Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
debug.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
doc.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
fixer.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
flatten.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
flatten_name.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
flatten_options.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
LICENSE Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
mixin.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
README.md Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
schema.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00

OpenAPI initiative analysis

Build Status Build status codecov Slack Status license Go Reference Go Report Card

A foundational library to analyze an OAI specification document for easier reasoning about the content.

What's inside?

  • A analyzer providing methods to walk the functional content of a specification
  • A spec flattener producing a self-contained document bundle, while preserving $refs
  • A spec merger ("mixin") to merge several spec documents into a primary spec
  • A spec "fixer" ensuring that response descriptions are non empty

Documentation

FAQ

  • Does this library support OpenAPI 3?

No. This package currently only supports OpenAPI 2.0 (aka Swagger 2.0). There is no plan to make it evolve toward supporting OpenAPI 3.x. This discussion thread relates the full story.