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

Add openapi3.Schema.PropertyKeys #1003

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 13, 2024

  1. Add openapi3.Schema.PropertyKeys for deterministic order

    This commit adds the `PropertyKeys` property to the type
    `openapi3.Schema` which contains the keys of the `Properties` map in the
    order that they appear in the original YAML file. This is useful to
    guarantee deterministic code generation.
    
    This is done via a temporary fork of the YAML-to-JSON transformation library.
    It will not be ready until invopop/yaml#13 is merged.
    diamondburned committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1835b93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b32458 View commit details
    Browse the repository at this point in the history