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: include JSON schema to index.html #1006

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

danielpeintner
Copy link
Contributor

@danielpeintner danielpeintner commented Nov 20, 2020

fixes #1004


Preview | Diff

@sebastiankb
Copy link
Contributor

if I see this correctly, the new terms are missing in the JSON Schema

  • multipleOf (integer and number schema)
  • minLength + maxLength (sting schema)
  • contentEncoding + contentMediaType (DataSchema)
  • ComboSecurityScheme with oneOf and allOf

@egekorkan
Copy link
Contributor

Combo is introduced in #944 and it is available. Providing fix for the other ones

@danielpeintner
Copy link
Contributor Author

if I see this correctly, the new terms are missing in the JSON Schema

I think the updates to JSON Schema should probably be another follow-up PR. This PR purely includes the file as is...

@sebastiankb
Copy link
Contributor

@ashimura
I will merge this PR in the hope that it will be included in the FPWD version.

@sebastiankb sebastiankb merged commit 8498955 into w3c:master Nov 20, 2020
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.

JSON Schema not rendered
3 participants