-
-
Notifications
You must be signed in to change notification settings - Fork 93
Add doc references and add examples for <> values #400
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
Conversation
Do you prefer that I merge #399 so you have my latest schema? |
Merged. Change as you wish. |
Yes. But - notice that there may be other possibilities that are not listed, since these types of strings are simply used differently. From the completely page (appears below that list):
So - if there is a way to suggest this list, but still allow any other Let me know if wait or merge. |
You can merge. |
Nice. Thanks for this. I wonder why JSON schema doesn't have a dedicated field for reference/documentation. Seems basic. |
The same question. I think they can introduce something like |
Notes
Regex used to speed up adding doc references:
"title": "(.*)",\n(\s+)"description": "(.*)",
"title": "$1",\n$2"description": "$3\\nURL/#$1",