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

All examples must include complete JSON #38

Open
OR13 opened this issue Dec 14, 2020 · 3 comments
Open

All examples must include complete JSON #38

OR13 opened this issue Dec 14, 2020 · 3 comments
Labels
ready for PR Ready for Pull Request

Comments

@OR13
Copy link
Contributor

OR13 commented Dec 14, 2020

We must avoid abbreviating JSON outside of strings... for example:

this is ok

{
"foo": "bar...baz"
}

this is not.

{
"foo": { ...}
}
@dmitrizagidulin dmitrizagidulin transferred this issue from decentralized-identity/confidential-storage May 25, 2021
@DRK3
Copy link

DRK3 commented Jul 8, 2021

Discussed on July 8, 2021 WG call:

@msporny
Copy link
Contributor

msporny commented Jul 8, 2021

We could use some of this magic to make sure that "..."s aren't selectable if people try to copy-paste examples:

https://github.com/w3c/vc-data-model/blob/main/index.html#L108-L115

@dmitrizagidulin dmitrizagidulin added the ready for PR Ready for Pull Request label Sep 2, 2021
@dmitrizagidulin
Copy link
Contributor

Addressed in PR #75 (using the appropriate div classes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for PR Ready for Pull Request
Projects
None yet
Development

No branches or pull requests

4 participants