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

fix(json-schema-2020-12): add rendering support for type='integer' #9031

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

char0n
Copy link
Member

@char0n char0n commented Jul 17, 2023

Refs #9013

Renders now as
image

for following fixture:

openapi: 3.1.0
info:
  version: 1.2.3
  title: title
components: 
  schemas:
    Location:
      properties:
        lat:
          type: integer

@char0n char0n self-assigned this Jul 17, 2023
@char0n char0n merged commit 94fac4b into master Jul 17, 2023
6 checks passed
@char0n char0n deleted the char0n/json-schema-2020-12-type-integer branch August 17, 2023 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant