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

3.1.1 set release date #4157

Merged
merged 391 commits into from
Oct 24, 2024
Merged

3.1.1 set release date #4157

merged 391 commits into from
Oct 24, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 11, 2024

  1. Encoding Object content and header clarifications

    The Encoding Object's `contentType` field takes a comma-separated
    list of either regular or wildcared media types.  These are the
    "two types" mentioned in the previous wording – "two" here did
    *not* refer to a limit on the number of entries in the list.
    
    These are not exactly media-type or media-range values, as both
    of those include parameters.
    
    This change also moves the hard-to-follow list of default values
    out of the individual field cell and into its own table.
    
    It takes `Content-Disposition` out of the header field's cell
    and instead explains limitations on header usage, and explains
    how `Content-Disposition` is used for encoding.
    
    This explanation includes a suggestion on how other `multipart`
    formats could be used with an Encoding Object, since their
    unnamed parts otherwise cannot be supported.
    
    Finally, it clarifies the interaction between `contentType`
    and the three fields imported from the Parameter Object, by
    aligning the recommended (but not, for compatibility reasons,
    required) behavior with guidance added in 3.1.0.
    handrews committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dc41f76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6326993 View commit details
    Browse the repository at this point in the history
  3. Fix typo (review feedback)

    Co-authored-by: Ralf Handl <[email protected]>
    handrews and ralfhandl committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ed03673 View commit details
    Browse the repository at this point in the history
  4. Reword default handling (review feedback)

    Thanks to @notEthan for the comments!
    handrews committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    328998e View commit details
    Browse the repository at this point in the history
  5. Split up Encoding fields like Param/Header

    This splits the Encoding Object's fixed fields table
    to make the usage more clear, and closer to how it is presented
    for the Parameter and Header Objects
    handrews committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    65c2960 View commit details
    Browse the repository at this point in the history
  6. Name the right section matching the link (review feedback)

    🤦 thanks for catching this, @ralfhandl
    
    Co-authored-by: Ralf Handl <[email protected]>
    handrews and ralfhandl committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    285b300 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cefd77 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge pull request OAI#3857 from handrews/enc-304

    Encoding Object content and header clarifications (3.0.4)
    miqui authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3734678 View commit details
    Browse the repository at this point in the history
  2. Appendix for percent-encoding concerns (3.0.4)

    Percent-encoding is a minefield, although in practice it mostly works.
    
    This appendix attempts to acknowledge the concerns and then define enough
    terminology and link to enough other specifications that interested
    readers will be able to research further details.
    handrews committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b48c121 View commit details
    Browse the repository at this point in the history
  3. improve wording of style example table

    "serialization" matches other discussions, "rendering" does not.
    handrews committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    972fcad View commit details
    Browse the repository at this point in the history
  4. review feedback - wording

    Co-authored-by: Ralf Handl <[email protected]>
    handrews and ralfhandl committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7d71c3b View commit details
    Browse the repository at this point in the history
  5. Stub out Appendix C for linking

    This is to make sure PR checks pass even though the PR adding
    Appendix C has not yet been merged.
    handrews committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a345721 View commit details
    Browse the repository at this point in the history
  6. Fix typo (review feedback)

    Thanks @notEthan!
    handrews committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f19be05 View commit details
    Browse the repository at this point in the history
  7. Further clarify style+explode examples

    This aligns all examples with RFC6570 operator prefixing behavior,
    which was previously only shown for `matrix` and `label`.  The
    non-RFC6570 styles (`spaceDelimited`, `pipeDelimited`, and
    `deepObject`) are treated as analogues of `form` and therefore
    prefixed with a `?`.  The lack of suitablity of this for
    cookie parameters has been addressed with an appendix in
    another change, and the appendix has been stubbed out here to
    ensure that the link is valid.
    handrews committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4847876 View commit details
    Browse the repository at this point in the history
  8. Better handling of empty/undefined in table

    This was confusing, and my initial use of _e/s_ was too novel.
    Switch the column heading to "undefined" to align with RFC6570
    and make clear that it is not about `allowEmptyValue`
    handrews committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a9fe16f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce87bf2 View commit details
    Browse the repository at this point in the history
  10. No need to mention deepObject for Header

    That style is not usable for the Header Object anyway.
    handrews committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    17e3eed View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Merge pull request OAI#3859 from handrews/ser-percent-304

    Appendix for percent-encoding concerns (3.0.4)
    lornajane authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    eec1906 View commit details
    Browse the repository at this point in the history
  2. Clarify resolving implicit connections (3.0.4)

    This clarifies how to handle resolving implicit (non-URI-based)
    connections in multi-document OpenAPI Descriptions.
    
    While the behavior is implementation-defined overall, this
    RECOMMENDS a single approach based on how things behaved going
    back to the 2.0 referencing model.  This allows Security Schemes
    and Tags to (like the top-level Server Objects) define
    a deployment-specific interface for referenced documents to access.
    
    This entry document interface approach makes less sense for the
    Discriminator Object, but it can use the URI syntax of `mapping`
    to keep things within the local document.
    
    This also aligns the search for matching `operationId`s with
    3.1's full-document parsing requirements.
    
    Note that the term "complete OpenAPI document" has been defined
    in another change pending approval on the 3.0.4 branch.
    handrews committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    bdbabd4 View commit details
    Browse the repository at this point in the history
  3. wording review feedback

    Co-authored-by: Ralf Handl <[email protected]>
    handrews and ralfhandl committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    44f08ec View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Jeremy Fiel <[email protected]>
    handrews and jeremyfiel committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c302993 View commit details
    Browse the repository at this point in the history
  5. More review feedback.

    handrews committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8de6836 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e11a7cc View commit details
    Browse the repository at this point in the history
  7. Fix stray random characters (review feedback)

    Co-authored-by: Ralf Handl <[email protected]>
    handrews and ralfhandl committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ae35691 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8a154f View commit details
    Browse the repository at this point in the history
  9. Formatting fix (review feedback)

    Co-authored-by: Ralf Handl <[email protected]>
    handrews and ralfhandl committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    80ec461 View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Jeremy Fiel <[email protected]>
    handrews and jeremyfiel committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1639c5d View commit details
    Browse the repository at this point in the history
  11. Fix heading levels

    An off-by-one caused respec to change all subsequent heading levels.
    handrews committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    64bba01 View commit details
    Browse the repository at this point in the history
  12. Fix XML namespace syntax

    The XML Object's namespace field was changed from "URL"
    to "absolute URI" because relative references in a namespace
    are deprecated by XML, and the base URI to use for resolving
    them in the context of an OpenAPI Description is unclear.
    
    However, XML namespaces can include fragments, and the
    correct term is "non-relative URI" rather than "absolute URI"
    which forbids fragments.
    
    This change includes additional guidance on how XML usage and
    the requirements of this specification do not quite align.
    handrews committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d4ae1dd View commit details
    Browse the repository at this point in the history
  13. Clarify discriminator non-impact on validation

    Be very explicit that discriminator MUST NOT change the validation
    outcome, and explain the implication for the "allOf" use case.
    handrews committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7b3d9d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7dd7719 View commit details
    Browse the repository at this point in the history
  15. Use document/description/definition consistently

    This tries to be consistent about using "describe" rather than "define"
    and using "description" for the entire potentially-multi-document
    thing, and "document" (or sometimes "description document") to
    refer to individual documents in the description.
    handrews committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5805283 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge pull request OAI#3904 from handrews/heading-indent-304

    Fix heading levels
    ralfhandl authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8c0acee View commit details
    Browse the repository at this point in the history
  2. Fix stray mentions of parameters in other objects

    Encoding Object and Header Object descriptions had a few
    incorrect usages of "parameter" or related text left in.
    handrews committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    97a7359 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Include Header Object in data serialization list

    The PR adding Appendix B pre-dated giving the Header Object
    its own field tables.  This adds "Header Object" to the list
    of relevant Objects along with the Paramter Object and the
    Encoding Object.
    handrews committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    4a4289f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Merge pull request OAI#3917 from handrews/ser-header-304

    Include Header Object in data serialization list
    miqui authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    5c85c4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#3905 from handrews/xmlns-304

    Fix XML namespace syntax
    miqui authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    c5e6968 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge pull request OAI#3906 from handrews/implicit-304

    Resolving implicit connections (3.0.4 port of OAI#3856)
    ralfhandl authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    11fc80e View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#3907 from handrews/disc-val-304

    Clarify discriminator non-impact on validation
    handrews authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1ca6697 View commit details
    Browse the repository at this point in the history
  3. Merge pull request OAI#3911 from handrews/enc-not-param-304

    Fix stray mentions of parameters in Encoding / Header Objects (3.0.4)
    handrews authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d16e7ef View commit details
    Browse the repository at this point in the history
  4. Consisent x- Param/Encoding/Header wording (3.0.4)

    It was a bit challenging to figure out where to put the wording
    about allowing extension parameters when there are multiple
    fixed fields tables, each in their own subsection.
    
    For the Parameter Object (the only one with multiple tables in
    past releases), it had been after the last table, but that got
    further and further away from what felt like the main part of
    the Object description.
    
    I thought I had put it consistently after the initial
    "Common Fixed Fields" table, but I put it even before that in
    one place (which we don't do anywhere), and I forgot to include
    it in the Header Object at all.
    
    This change puts it after the Common Fixed Fields table for
    all three, which means that for all Objects it is immediately
    after the first Fixed Fields table.
    handrews committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    eabf995 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge pull request OAI#3919 from handrews/ext-304

    Consisent x- Param/Encoding/Header wording (3.0.4)
    ralfhandl authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    936f8a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Minor editiorial and link target fixes (3.0.4)

    * Fix a copy-paste error that broke a link in an appendix
    * Fix a sentence that just kind of... wandered off
    * Prevent line breaks after the `?` in the form examples
    handrews committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6a72329 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#3920 from handrews/more-editorial-304

    Minor editiorial and link target fixes (3.0.4)
    miqui authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7792c15 View commit details
    Browse the repository at this point in the history
  3. format: byte also defaults to octet-stream (3.0.4)

    The description of defaults in the `contentType` fixed fields
    table in 3.0.3 did not match the description in the Media Type Object's
    "Considerations for multipart" section.
    
    The "considerations for multipart" section appears to be more complete
    and correct in both 3.0.3 and 3.1.1, so this adjusts that table
    that replaced the fixed field defaults description to match the
    "considerations for multipart" section.
    handrews committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8baca79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e37325e View commit details
    Browse the repository at this point in the history
  5. Start consolidating media / encoding guidance

    This just moves (and occasionally copies) blocks of text and/or
    examples in preparation form more substantial streamlining.
    No modifications were made to any block.
    handrews committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    72f0aa6 View commit details
    Browse the repository at this point in the history
  6. Add section titles, fix levels

    Make the Parameter, Encoding, and Header Object fixed fields
    section organization the same in all three places, with the
    same levels of indentation.
    
    Add more headings under the Encoding Object for guidance on
    each form media type, and sub-headings for each example in
    each of those sections.
    
    This will make the diff for the next commit much more legible.
    handrews committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7636fbf View commit details
    Browse the repository at this point in the history
  7. Consolidating form guidance: Media Type Object

    This puts the useful part of the "An encoding attribute..."
    text into the fixed fields table, and removes the duplication.
    
    It also links the remaining stub or truncated sections to the
    information's new location under the Encoding Object.
    handrews committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fd71328 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Re-organize form-urlencoded guidance

    This re-organizes and streamlines the form-urlencoded guidance
    that was consolidated from the Media Type Object.
    
    It also adds an example of a base64-encoded URL query parameter.
    handrews committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8cdbf83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#3908 from handrews/doc-desc-304

    Use document/description/definition consistently (3.0.4)
    lornajane authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0a1cb43 View commit details
    Browse the repository at this point in the history
  3. typo: paramter

    ralfhandl committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1a405a7 View commit details
    Browse the repository at this point in the history
  4. Another typo

    ralfhandl committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    85fb893 View commit details
    Browse the repository at this point in the history
  5. Two more typos

    ralfhandl committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d5da50e View commit details
    Browse the repository at this point in the history
  6. Merge pull request OAI#3924 from ralfhandl/3.0.4-dev/typo-paramter

    3.0.4 dev: typo "paramter"
    lornajane authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ea77f57 View commit details
    Browse the repository at this point in the history
  7. Reorganize multipart/form-data guidance

    This organizes and streamlines the guidance on multipart
    that was incorporated from the Media Type Object.
    
    Lots of duplication has been removed, and the examples
    reworked to show distinct use cases.
    handrews committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d8f0140 View commit details
    Browse the repository at this point in the history
  8. Fix base64 encoding example for URL quoting

    I forgot to run the example through URL quoting, which is necessary.
    handrews committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e8cc358 View commit details
    Browse the repository at this point in the history
  9. Restore note about contentMediaType

    I did not mean to remove this.
    handrews committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cf3e5f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Authoritative rendering; "schema" usage (3.0.4)

    This adds a note about the authoritative HTML rendering and adds
    a definition for "Schema" to explain the three ways the term
    is used in or with the specification.
    handrews committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a4d3575 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Merge pull request OAI#3923 from handrews/multipart-304

    Reorganize and streamline form media type guidance (3.0.4)
    miqui authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    396064d View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#3927 from handrews/authoritative-304

    Authoritative rendering; "schema" usage (3.0.4)
    miqui authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    6e7b1f5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request OAI#3922 from handrews/byte-encoding-304

    format: byte also defaults to octet-stream (3.0.4)
    miqui authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    4688b81 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    60f164d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb584f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    48eff63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9312d08 View commit details
    Browse the repository at this point in the history
  3. Update versions/3.0.4.md

    ralfhandl authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a801ba9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Don't monospace Xxx Object

    ralfhandl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    55d932e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4425ba View commit details
    Browse the repository at this point in the history
  3. Avoid "partially condensed YAML"

    Co-authored-by: Ralf Handl <[email protected]>
    mikekistler and ralfhandl authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    37866fb View commit details
    Browse the repository at this point in the history
  4. Final polish

    mikekistler committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8b8f2cc View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge pull request OAI#3933 from ralfhandl/3.0.4/formatting-inconsist…

    …encies
    
    3.0.4 formatting: don't monospace "Xxx Object"
    ralfhandl authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1445593 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0d0f1b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Merge pull request OAI#3929 from mikekistler/mdk/clarify-encoding

    Clarify interaction of format: byte and Content-Transfer-Encoding header definition
    miqui authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    c421081 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Merge pull request OAI#3931 from ralfhandl/v3.0.4/sync-with-3.1.1

    3.0.4: sync with 3.1.1
    whitlockjc authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d56b266 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    c0696c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Merge pull request OAI#3954 from ralfhandl/v3.0.4/sync-with-3.1.1

    Align 3.0.4 with 3.1.1
    lornajane authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5802ec8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Sync 3.0.4 with 3.1.1

    ralfhandl committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f9dc2ef View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge pull request OAI#3966 from ralfhandl/v3.0.4/sync-with-3.1.1

    Sync 3.0.4 with 3.1.1
    darrelmiller authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    457eab8 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Improved RFC section links

    ralfhandl committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e11113d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    5fb8293 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    7d7f69d View commit details
    Browse the repository at this point in the history
  2. Aligned JSON Schema URLs

    ralfhandl committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    50cbb04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8caa6bf View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge pull request OAI#3972 from ralfhandl/v3.0.4/improved-RFC-sectio…

    …n-links
    
    3.0.4: improved RFC section links
    miqui authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5d58752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    431e6c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d899954 View commit details
    Browse the repository at this point in the history
  4. Manually fix additional markdownlint problems

    - heading levels aren't continuous MD001
    - code fences need a language MD040
    - table has the wrong number of cells MD056
    lornajane committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    254abae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42a261a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    531253e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge pull request OAI#3932 from lornajane/fix-markdown

    Markdown updates for 3.0.4
    ralfhandl authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    fe10c1c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    66c8168 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge pull request OAI#3997 from ralfhandl/3.0.4/consistent-formatting

    3.0.4: Improved request-response example
    ralfhandl authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b7c20ee View commit details
    Browse the repository at this point in the history
  2. 3.0.4: minor nits

    ralfhandl committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    06460d1 View commit details
    Browse the repository at this point in the history
  3. Section 4.3.2

    ralfhandl committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4339178 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    7f37999 View commit details
    Browse the repository at this point in the history
  2. language, formatting

    ralfhandl committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b5d529c View commit details
    Browse the repository at this point in the history
  3. braces according to Wikipedia

    and two other uses of it in this document
    ralfhandl committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8abc73d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb05844 View commit details
    Browse the repository at this point in the history
  5. Update 3.0.4.md

    ralfhandl committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1aed970 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Update 3.0.4.md

    ralfhandl committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3a26bfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc55021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fa3eda View commit details
    Browse the repository at this point in the history
  4. Style Examples values

    ralfhandl committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    22a1553 View commit details
    Browse the repository at this point in the history
  5. Responses

    ralfhandl committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    70325c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b01041 View commit details
    Browse the repository at this point in the history
  7. casing

    ralfhandl committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4aaeaa9 View commit details
    Browse the repository at this point in the history
  8. Pure YAML

    ralfhandl committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ddbab4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    91e8577 View commit details
    Browse the repository at this point in the history
  10. Formatting of string value

    ralfhandl committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    35edf64 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    439e8eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b12c1b2 View commit details
    Browse the repository at this point in the history
  3. Schema Object

    ralfhandl committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9f1f1eb View commit details
    Browse the repository at this point in the history
  4. Discriminator Object

    ralfhandl committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5a27cfd View commit details
    Browse the repository at this point in the history
  5. XML Object

    ralfhandl committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b4926b4 View commit details
    Browse the repository at this point in the history
  6. Security

    ralfhandl committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    43039d0 View commit details
    Browse the repository at this point in the history
  7. Appendix C

    ralfhandl committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9a6fa8e View commit details
    Browse the repository at this point in the history
  8. Appendix D

    ralfhandl committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8f2bb44 View commit details
    Browse the repository at this point in the history
  9. Appendix E

    ralfhandl committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f1bdced View commit details
    Browse the repository at this point in the history
  10. Field instead of attribute

    ralfhandl committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8a8d9bb View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    e284595 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#4001 from ralfhandl/3.0.4/nits

    3.0.4: minor nits
    ralfhandl authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bd5a6d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    ba72765 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#4020 from ralfhandl/3.0.4/property-field-keyword

    3.0.4: replace "property" with "field" or "keyword" where appropriate
    ralfhandl authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3deaba2 View commit details
    Browse the repository at this point in the history
  3. Update 3.0.4.md

    ralfhandl committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bcfe55b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Update 3.0.4.md

    ralfhandl committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    90f052a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Revert integer change

    ralfhandl committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2a3605d View commit details
    Browse the repository at this point in the history
  2. Update 3.0.4.md

    ralfhandl committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    70fa392 View commit details
    Browse the repository at this point in the history
  3. Lint 3.0.4.md

    ralfhandl committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    70d3851 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Update versions/.markdownlint.yaml

    Co-authored-by: Mike Kistler <[email protected]>
    ralfhandl and mikekistler authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    34e9883 View commit details
    Browse the repository at this point in the history
  2. Update .markdownlint.yaml

    ralfhandl committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    244b3e2 View commit details
    Browse the repository at this point in the history
  3. Example link to learn site

    ralfhandl committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    230aefb View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge pull request OAI#4031 from ralfhandl/3.0.4/sync-with-3.1.1

    3.0.4: sync with 3.1.1
    miqui authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1d00ee1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Cleanup

    ralfhandl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a248f6e View commit details
    Browse the repository at this point in the history
  2. format-markdown script

    ralfhandl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    efab656 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9e5f2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd7fedf View commit details
    Browse the repository at this point in the history
  5. Update 3.0.4.md

    ralfhandl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1632456 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a9ad22 View commit details
    Browse the repository at this point in the history
  7. Run prettier

    ralfhandl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b41f4f7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request OAI#4043 from ralfhandl/3.0.4-example-link

    3.0.4: link to example on learn site
    mikekistler authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    57a9bc6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    407a9ed View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    5382de7 View commit details
    Browse the repository at this point in the history
  2. "Object" def, "with" in titles, fix level

    Define capital-O "Object" to make it clear why it is only occasionally
    capitalized.
    
    Use lowercase "with" in titles consistently (it was more common than
    capitalized "With".  This is one of those rules that is different
    depending on whose style guide you use- about half the major guides
    say always lowercase, the other say always captial.  We were using
    lowercase more often.
    
    Also, fix "Working with Examples" to be a subsection of the
    Example Object as otherwise it breaks the pattern of all of the
    headings of its level being Object definitions.  I remember messing
    with this a lot when I first posted that PR and either I just
    missed this or I had some reason I have now forgotten to do it
    this way.
    handrews committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    55e87c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge pull request OAI#4050 from handrews/obj-with

    "Object" definition, "with" in titles, fix level of "Working with Examples"
    ralfhandl authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    14f0605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a8c4ca View commit details
    Browse the repository at this point in the history
  3. Update format-markdown.sh

    ralfhandl committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    59decdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48f7c69 View commit details
    Browse the repository at this point in the history
  5. Port format / integer changes from 3.1.1

    This is a slightly different change due to the different JSON Schema
    draft being referenced.
    
    Most notably, the older draft has a section on type applicability,
    so there is an extra link here that is not present in 3.1.1.
    
    Co-authored-by: Mike Kistler <[email protected]>
    handrews and mikekistler committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    adadd56 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Merge pull request OAI#4053 from handrews/format-304

    Port format / integer changes from 3.1.1
    ralfhandl authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1927438 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db3a4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7ae729 View commit details
    Browse the repository at this point in the history
  4. Update 3.0.4.md

    ralfhandl committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a35b4e9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request OAI#4054 from ralfhandl/3.0.4-align-references-for…

    …-draft-wright-00
    
    3.0.4: use same reference style for draft wright as OAI#4053
    ralfhandl authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ccb3b7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6abcd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Merge pull request OAI#4040 from ralfhandl/v3.0.4-dev-markdownlint

    3.0.4: tables cleanup & markdownlint
    ralfhandl authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4f1c33d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    925879d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e37f640 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    312434e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    b153e13 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    a3d1397 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Merge pull request OAI#4059 from ralfhandl/3.0.4-omitted-or-empy-secu…

    …rity
    
    3.0.4: absent, empty, or incomplete security list
    ralfhandl authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0056446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9a1d2b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    eb6eefc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge pull request OAI#4062 from ralfhandl/3.0.4-rework-pr-#2140

    3.0.4: port the undisputed parts of OAI#2140
    miqui authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d1ba364 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    44ada93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ddc306 View commit details
    Browse the repository at this point in the history
  3. Tested on Windows

    ralfhandl committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    54a7965 View commit details
    Browse the repository at this point in the history
  4. Make script executable

    ralfhandl committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0dd1b32 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    cc8df9d View commit details
    Browse the repository at this point in the history
  2. Update versions/3.0.4.md

    ralfhandl authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    c11668c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Apply suggestions from code review

    Co-authored-by: Ralf Handl <[email protected]>
    lornajane and ralfhandl authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    741b7ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f05dc View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Further clarify link operation ambiguity

    There are even more ways this can go wrong!
    handrews committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e799689 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge pull request OAI#4065 from ralfhandl/3.0.4-update-from-main

    3.0.4: update from main
    ralfhandl authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a11ce6f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Bump respec from 35.1.1 to 35.1.2

    Bumps [respec](https://github.com/speced/respec) from 35.1.1 to 35.1.2.
    - [Release notes](https://github.com/speced/respec/releases)
    - [Changelog](https://github.com/speced/respec/blob/main/CHANGELOG.md)
    - [Commits](speced/respec@v35.1.1...v35.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: respec
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ef694a2 View commit details
    Browse the repository at this point in the history
  2. Minor param serialization and wording fixes

    * Explicitly set `explode: false` in an example as the default
      with `style: form` is `explode: true`; the `explode: true`
      example was also left explicit to reduce confusion.
    * Tidy up overly conversational (e.g. "our document") language
      that I'd meant to revisit but forgot about.
    * Include the Header Object as one of the places where the
      `style` keyword is used (even if it is the simplest case)
    * Minor grammar fix.
    * Fix a missing space before an RFC reference.
    handrews committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3ee24a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Don't use both bold and italics

    Style guide conformance.
    handrews committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    af8f02c View commit details
    Browse the repository at this point in the history
  2. Further guidance on RFC6570 and delimiters

    Also give Appendix C a better name because it is relevant
    whether you are using an actual RFC6570 implementation or not.
    handrews committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4859b03 View commit details
    Browse the repository at this point in the history
  3. Merge pull request OAI#4083 from OAI/dependabot/npm_and_yarn/respec-3…

    …5.1.2
    
    Bump respec from 35.1.1 to 35.1.2
    ralfhandl authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    673a057 View commit details
    Browse the repository at this point in the history
  4. Merge pull request OAI#4086 from handrews/delim-304

    Further guidance on RFC6570 and delimiters
    ralfhandl authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f2939f0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request OAI#4078 from handrews/dup-op-304

    Further clarify link operation ambiguity (3.0.4)
    miqui authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bac02c0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request OAI#4077 from handrews/complete-contained-304

    Clarify complete vs self-contained documents
    lornajane authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    95ceb03 View commit details
    Browse the repository at this point in the history
  7. Merge pull request OAI#4081 from handrews/fixes-304

    Minor param serialization and wording fixes
    lornajane authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8733e80 View commit details
    Browse the repository at this point in the history
  8. Move complex Sec Req example to appendix F

    The extended example with a multi-document OAD and
    a Security Requirement in the referenced document
    did to fit well where it was, and there wasn't room in the
    Resolving Implicit Connections area.  So this moves
    it to an Appendix linked from both locations.
    handrews committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6eda099 View commit details
    Browse the repository at this point in the history
  9. Merge pull request OAI#4090 from handrews/sec-req-304

    Move complex Sec Req example to appendix F
    lornajane authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2eb4ffe View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge pull request OAI#4063 from lornajane/propose-better-tags

    [PROPOSAL] Add summary, parent and kind as optional fields for tags
    ralfhandl authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fd13796 View commit details
    Browse the repository at this point in the history
  2. Bump vitest from 2.0.5 to 2.1.0

    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.0.5 to 2.1.0.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.0/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ee7428f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    7d85742 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#4093 from OAI/dependabot/npm_and_yarn/vitest-2…

    ….1.0
    
    Bump vitest from 2.0.5 to 2.1.0
    handrews authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    e76070d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Bump vitest from 2.1.0 to 2.1.1

    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    caefc30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#4098 from OAI/dependabot/npm_and_yarn/vitest-2…

    ….1.1
    
    Bump vitest from 2.1.0 to 2.1.1
    handrews authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3ab7d1a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    e46084e View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from PR review

    Co-authored-by: Ralf Handl <[email protected]>
    mikekistler and ralfhandl authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ce21969 View commit details
    Browse the repository at this point in the history
  3. Commit suggestions from PR review.

    Co-authored-by: Ralf Handl <[email protected]>
    mikekistler and ralfhandl authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    dfacec5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Merge pull request OAI#4097 from lornajane/update-release-process-notes

    Update release process notes
    lornajane authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c4b19a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    7ad5840 View commit details
    Browse the repository at this point in the history
  2. Adjust test fixture

    Jay, I had a test for this 😄
    ralfhandl committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    99df8e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b07626 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e9e25f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Bump markdownlint-cli from 0.41.0 to 0.42.0

    Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.41.0 to 0.42.0.
    - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
    - [Commits](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0)
    
    ---
    updated-dependencies:
    - dependency-name: markdownlint-cli
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d264f42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    281116b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4711a42 View commit details
    Browse the repository at this point in the history
  4. Merge pull request OAI#4108 from OAI/dependabot/npm_and_yarn/markdown…

    …lint-cli-0.42.0
    
    Bump markdownlint-cli from 0.41.0 to 0.42.0
    handrews authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f4c3279 View commit details
    Browse the repository at this point in the history
  5. Merge pull request OAI#4109 from ralfhandl/3.0.4-uri-code-blocks

    3.0.4: use specific custom languages uri and uritemplate
    miqui authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d486d98 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Add in new full-TSC members

    Following the provisional period, welcome to the new maintainers! Thank you for all the work you've put in until now and for the progress yet to come. 🙏
    earth2marsh authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e1b68fc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request OAI#4113 from OAI/tsc-2024

    Add in new full-TSC members
    ralfhandl authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0e3eec8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#4107 from ralfhandl/fix/respec-erratic-syntax-…

    …highlighting
    
    ReSpec build script: no automatic syntax highlighting for unspecified or "unknown" languages
    handrews authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e9b9785 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Bump vitest from 2.1.1 to 2.1.2

    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.1 to 2.1.2.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3f33276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abddcf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d447096 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    c06c4fa View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Update versions/3.0.4.md

    ralfhandl authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    da96b2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#4120 from OAI/dependabot/npm_and_yarn/vitest-2…

    ….1.2
    
    Bump vitest from 2.1.1 to 2.1.2
    ralfhandl authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    fea4d43 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Update versions/3.0.4.md

    lornajane authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8bc304c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb3c833 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Ralf Handl <[email protected]>
    Co-authored-by: Kevin Swiber <[email protected]>
    3 people authored and handrews committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    133352b View commit details
    Browse the repository at this point in the history
  4. Remove specific text for relative operationRef as it is being handl…

    …ed in the "resolving relative URLs" section
    
    Co-authored-by: Ralf Handl <[email protected]>
    handrews and ralfhandl authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6de8f7d View commit details
    Browse the repository at this point in the history
  5. Note relative URL-reference resolution ambiguity

    This explicitly lists out the cases and notes which ones were
    (as far as we can recall) intended to behave like `$ref`, but
    could be reasonably read to behave like API URLs.
    handrews committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1640363 View commit details
    Browse the repository at this point in the history
  6. Merge pull request OAI#4129 from handrews/sec-req-again-304

    clarifies security requirements wording for 3.0.4 (port of OAI#4123)
    ralfhandl authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    947cd76 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Better use of defined terminology

    Co-authored-by: Ralf Handl <[email protected]>
    handrews and ralfhandl authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4c3b2cc View commit details
    Browse the repository at this point in the history
  2. Improve wording from review feedback

    Co-authored-by: Mike Kistler <[email protected]>
    handrews and mikekistler committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5cb6de9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Apply suggestions from PR review

    Co-authored-by: Henry Andrews <[email protected]>
    mikekistler and handrews authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d6d8d58 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Bump yaml from 2.5.1 to 2.6.0

    Bumps [yaml](https://github.com/eemeli/yaml) from 2.5.1 to 2.6.0.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v2.5.1...v2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: yaml
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    db6208a View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#4100 from OAI/mdk/description-vs-document

    Fix description vs document terminology
    ralfhandl authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ff007eb View commit details
    Browse the repository at this point in the history
  3. Merge pull request OAI#4130 from handrews/resolve-304

    Note relative URL-reference resolution ambiguity
    handrews authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c86f197 View commit details
    Browse the repository at this point in the history
  4. Merge pull request OAI#4134 from OAI/dependabot/npm_and_yarn/yaml-2.6.0

    Bump yaml from 2.5.1 to 2.6.0
    handrews authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f73e159 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Bump vitest from 2.1.2 to 2.1.3

    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.2 to 2.1.3.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c442afe View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#4136 from OAI/dependabot/npm_and_yarn/vitest-2…

    ….1.3
    
    Bump vitest from 2.1.2 to 2.1.3
    ralfhandl authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    37e4ef0 View commit details
    Browse the repository at this point in the history
  3. Update schema-tests.yaml

    ralfhandl committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    33c0340 View commit details
    Browse the repository at this point in the history
  4. Add check-in step

    ralfhandl committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7532592 View commit details
    Browse the repository at this point in the history
  5. converted JSON metaschemas

    ralfhandl committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    42f7075 View commit details
    Browse the repository at this point in the history
  6. Update comment

    ralfhandl committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7119547 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a42a45 View commit details
    Browse the repository at this point in the history
  8. Update schema-tests.yaml

    ralfhandl committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    50047b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    882d1ca View commit details
    Browse the repository at this point in the history
  2. Use YAML for schema tests

    and don't convert to JSON
    ralfhandl committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c993d06 View commit details
    Browse the repository at this point in the history
  3. Refresh package.json

    ralfhandl committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1437630 View commit details
    Browse the repository at this point in the history
  4. Update package-lock.json

    ralfhandl committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a01f8b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0016a58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4aa48e View commit details
    Browse the repository at this point in the history
  7. validate script

    ralfhandl committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7f19e32 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Set release date

    ralfhandl committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8455733 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#4137 from ralfhandl/schemas-yaml-to-json-test-…

    …check-in
    
    Run tests with YAML metaschemas
    handrews authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e9dc186 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Merge pull request OAI#4142 from ralfhandl/3.0.4-set-release-date

    3.0.4: set release date
    ralfhandl authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c267bae View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Update 3.0.4.md

    ralfhandl committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8608406 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OAI#4156 from ralfhandl/3.0.4-set-release-date

    3.0.4 set release date
    miqui authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6397e01 View commit details
    Browse the repository at this point in the history
  3. Merge pull request OAI#4080 from OAI/v3.0.4-dev

    Release v3.0.4
    miqui authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b895310 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13dadbc View commit details
    Browse the repository at this point in the history
  5. set release date

    ralfhandl committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    36dd159 View commit details
    Browse the repository at this point in the history