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: Updated behaviour of AdditionalProperties when owning OptionalPropery #72

Merged
merged 5 commits into from
Mar 8, 2022

Conversation

Himenon
Copy link
Owner

@Himenon Himenon commented Mar 8, 2022

Summary

GitHub OpenAPI Schemas has below

schemas:
  integration:
    type: object
    properties:
        permissions:
          description: The set of permissions for the GitHub app
          type: object
          properties:
            issues:
              type: string
            checks:
              type: string
            metadata:
              type: string
            contents:
              type: string
            deployments:
              type: string
          additionalProperties:
            type: string
          example:
            issues: read
            deployments: write

Test Plan

@Himenon Himenon merged commit 91a94d4 into main Mar 8, 2022
@Himenon Himenon deleted the fix/additional-properties branch March 8, 2022 01:14
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.

1 participant