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

feat(spec): codify Encoding in specific requestBody mediatypes #3837

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 21, 2024

  1. codify Encoding in specific requestBody mediatypes

    the specification indicates
    > The encoding object SHALL only apply to requestBody objects when the media type is multipart or application/x-www-form-urlencoded.
    
    Co-authored-by: Fiel, Jeremy <[email protected]>
    Jeremy Fiel and Fiel, Jeremy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9433b88 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. resolve feedback

    Jeremy Fiel committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ca06d24 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. add */* to satisfy wildcard mediatypes

    Jeremy Fiel committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f04462d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. fix(schema): include start and end anchors for pattern

    Jeremy Fiel committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e7a3da4 View commit details
    Browse the repository at this point in the history