Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Road to 100% Diff Coverage #2

Open
44 of 86 tasks
xuorig opened this issue Jul 7, 2021 · 0 comments
Open
44 of 86 tasks

Road to 100% Diff Coverage #2

xuorig opened this issue Jul 7, 2021 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@xuorig
Copy link
Owner

xuorig commented Jul 7, 2021

Current progress when it comes to diff coverage. When implementing one of those items, make sure you implement the proper markdown formatters as well so that the markdown diff includes the new changes.

  • Complete OpenAPI Specification Diff
    • openapi (specification version)
    • info
      • title
      • description
      • termsOfService
      • contact
        • name
        • url
        • email
        • extensions
      • license
        • name
        • url
        • extensions
      • version
      • extensions
    • servers
      • added
      • removed
      • changed
        • url
        • description
        • variables
        • extensions
    • paths
      • added
      • removed
      • changed
        • servers
        • operation_added
        • operation_removed
        • operation_changed
          • tags
          • summary
          • description
          • externalDocs
          • operationId
          • parameters
          • requestBody
            • added
            • removed
            • changed
          • responses
            • added
            • removed
            • default
            • changed
              • description
              • headers
              • content
                • schema
                  • description
                  • type
                  • format
                  • enum
                  • required
                  • items
                  • nullable
                  • properties
                  • read_only
                  • additionalProperties
                  • example
                  • title
                  • default
                  • minimum
                  • allOf
                  • anyOf
                  • oneOf
                  • not
                  • validators like minLength, etc
                  • Extensions
                • example
                • examples
                • encoding
              • links
              • extensions
          • deprecated
          • security
          • servers
          • extensions
    • components
    • security
    • tags
    • externalDocs
    • extensions
@xuorig xuorig added good first issue Good for newcomers help wanted Extra attention is needed labels Jul 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant