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

Allowable characters in SDF defined terms #95

Open
mjkoster opened this issue Dec 12, 2019 · 0 comments
Open

Allowable characters in SDF defined terms #95

mjkoster opened this issue Dec 12, 2019 · 0 comments
Assignees

Comments

@mjkoster
Copy link
Contributor

SDF Defined terms are JSON names (keys) and have some restrictions.

There needs to be a way to handle "/" in names when using the name in a JSON Pointer. JSON Pointer has a defined escape mechanism for this.

There needs to be an answer for space characters in names. We could not allow spaces in names, or we could define an escape mechanism for spaces also. It is suggested to reserve "_" to use in place of space.

@mjkoster mjkoster self-assigned this Dec 13, 2019
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

1 participant