openapi icon indicating copy to clipboard operation
openapi copied to clipboard

OpenAPI v3.1 Spec implementation in Go with generics

Results 8 openapi issues
Sort by recently updated
recently updated
newest added

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.1 to 4.3.1. Release notes Sourced from codecov/codecov-action's releases. v4.3.1 What's Changed build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @​dependabot in codecov/codecov-action#1370 fix: more verbose log...

dependencies
github_actions

find a way to validate the examples in given spec

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.1 to 4.5.0. Release notes Sourced from codecov/codecov-action's releases. v4.4.1 What's Changed build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @​dependabot in codecov/codecov-action#1427 fix: prevent xlarge from...

dependencies
github_actions

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.2. Release notes Sourced from codecov/codecov-action's releases. v5.4.2 What's Changed fix: hotfix oidc by @​thomasrockhu-codecov in codecov/codecov-action#1813 Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1...v5.4.2 v5.4.1 What's Changed build(deps): bump...

dependencies
github_actions

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0. Release notes Sourced from actions/setup-go's releases. v5.4.0 What's Changed Dependency updates : Upgrade semver from 7.6.0 to 7.6.3 by @​dependabot in actions/setup-go#535 Upgrade eslint-config-prettier...

dependencies
github_actions

> Everything have been moved to root folder. So, the import path is github.com/sv-tools/openapi Can't import _openapi_ package. At the same time, the import of "github.com/sv-tools/openapi/spec" works fine. It seems...

json can contain data encoded by base64 and etc..., see ContentEncoding, ContentSchema and ContentMediaType fields

enhancement