Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openapi3: implement YAML Marshaller interface for paths and responses #931

Merged
merged 2 commits into from
Apr 6, 2024

Conversation

nobbynobbs
Copy link
Contributor

Support marshaling using pkg.go.dev/gopkg.in/yaml.v3

Related to #907.

@nobbynobbs nobbynobbs changed the title openapi3: implement YAML Marshaller interface for paths and responses WIP openapi3: implement YAML Marshaller interface for paths and responses Apr 5, 2024
@nobbynobbs nobbynobbs changed the title WIP openapi3: implement YAML Marshaller interface for paths and responses openapi3: implement YAML Marshaller interface for paths and responses Apr 5, 2024
@fenollp fenollp linked an issue Apr 6, 2024 that may be closed by this pull request
@fenollp fenollp merged commit 5a2e949 into getkin:master Apr 6, 2024
7 checks passed
fenollp added a commit that referenced this pull request Apr 6, 2024
* repro #883

Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>

* try harder

Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>

* skip yaml unmarshaler for maplike types for now

Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>

* docs.sh

Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>

---------

Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Marshal to YAML lacks paths
2 participants