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

Make sure test data and examples with annotations don't use "/" as a JSON pointer #732

Closed
kathryn-ods opened this issue Oct 23, 2024 · 2 comments

Comments

@kathryn-ods
Copy link
Contributor

"/" is not a valid JSON pointer - to refer to a whole statement an empty string "" should be used.

We need to check all our examples, test data and diagrams to make sure we have followed this. Previously we have used "/"

@kd-ods
Copy link
Collaborator

kd-ods commented Nov 27, 2024

@kathryn-ods - are you covering this in #735?

@kathryn-ods
Copy link
Contributor Author

Have just double checked on the 0.4.0 branch and can't see any example, test data or diagrams which use "/" or "" - the examples of annotations all have specific fields as targets.

I think I have mainly seen "/" used in mappings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants