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

update should not be type: Any based on description #70

Open
jeremyfiel opened this issue Oct 8, 2024 · 1 comment
Open

update should not be type: Any based on description #70

jeremyfiel opened this issue Oct 8, 2024 · 1 comment
Milestone

Comments

@jeremyfiel
Copy link

The result of the `target` JSONPath expression must be zero or more objects or arrays (not primitive types or `null` values).

This text indicates the type of update should only be object | array and not Any

@lornajane
Copy link
Contributor

Good catch! In this case though, we know that there are already implementations built from the spec, and we aim to formalise the existing content. We decided against making things more restrictive (but agree this could be tightened for a future release)

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

No branches or pull requests

3 participants