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

Enforce JSON Schema formats in Interactive mode #74

Open
17 tasks
brendo opened this issue May 26, 2017 · 0 comments
Open
17 tasks

Enforce JSON Schema formats in Interactive mode #74

brendo opened this issue May 26, 2017 · 0 comments

Comments

@brendo
Copy link
Contributor

brendo commented May 26, 2017

JSON Schema defines several formats that it can support. Open API also defines some data types.

When crafting requests in the console, we should use "intellisense" to provide validation prior to sending the request.

JSON Schema:

  • date-time
  • email
  • hostname
  • ipv4
  • ipv6
  • uri
  • uri-reference
  • uri-template
  • json-pointer

Open API

  • int32
  • int64
  • float
  • double
  • byte
  • binary
  • date
  • password
@brendo brendo changed the title Render JSON Schema formats Enforce JSON Schema formats in Interactive mode May 26, 2017
@brendo brendo added the wish label May 26, 2017
@brendo brendo added the v2 label Jun 3, 2017
@quangkhoa quangkhoa removed the wish label Jun 6, 2017
@quangkhoa quangkhoa added this to TODO in second phase Jun 7, 2017
@brendo brendo removed this from TODO in second phase Jul 4, 2017
@brendo brendo added v3 and removed v2 labels Jul 4, 2017
@brendo brendo added this to TODO in third phase Jul 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants