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

Render JsonSchema validation keywords #13

Closed
17 tasks done
quangkhoa opened this issue Apr 26, 2017 · 1 comment
Closed
17 tasks done

Render JsonSchema validation keywords #13

quangkhoa opened this issue Apr 26, 2017 · 1 comment
Assignees
Labels

Comments

@quangkhoa
Copy link
Contributor

quangkhoa commented Apr 26, 2017

The Open API v3 specification supports a number of JSON Schema properties. We should aim to support as many as possible:

  • title
  • multipleOf
  • maximum
  • exclusiveMaximum
  • minimum
  • exclusiveMinimum
  • maxLength
  • minLength
  • pattern
  • maxItems
  • minItems
  • uniqueItems
  • maxProperties
  • minProperties
  • format
  • required
  • enum

Here's a link to the JSON Schema specification.

Also see JsonSchema constraints on ReDoc.

@quangkhoa quangkhoa added the UI label Apr 26, 2017
@quangkhoa quangkhoa added the wish label May 10, 2017
@quangkhoa quangkhoa added v1 and removed wish labels May 12, 2017
@quangkhoa quangkhoa self-assigned this May 18, 2017
@quangkhoa quangkhoa assigned brendo and unassigned quangkhoa May 26, 2017
@brendo brendo changed the title Render JsonSchema constraints Render JsonSchema validation keywords May 26, 2017
brendo pushed a commit to brendo/open-api-renderer that referenced this issue May 29, 2017
@brendo
Copy link
Contributor

brendo commented May 30, 2017

Implemented in #76

@brendo brendo closed this as completed May 30, 2017
brendo pushed a commit to brendo/open-api-renderer that referenced this issue Jun 20, 2017
brendo pushed a commit to brendo/open-api-renderer that referenced this issue Jun 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants