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

no rendering of example in components/schemas #1195

Closed
m4sterbunny opened this issue Mar 3, 2020 · 2 comments
Closed

no rendering of example in components/schemas #1195

m4sterbunny opened this issue Mar 3, 2020 · 2 comments

Comments

@m4sterbunny
Copy link

components:
schemas:
MySchemaName:
type: object
properties:
currency:
type: string
pattern: '^[A-Z]{2}$'
example: US
required:
- currency
renders as:
image

@RomanHotsiy
Copy link
Member

#1058

@lornajane
Copy link
Contributor

This was fixed in #1832 so it should be available in the most recent Redoc release. Please let us know if you need anything else though!

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

No branches or pull requests

3 participants