-
Notifications
You must be signed in to change notification settings - Fork 5
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
false positive validation error from queries:run #838
Comments
Here's a formatted version of the input JSON payload (from the {
"update": "data_generation_set",
"updates": [
{
"q": {
"id": "nmdc:omprc-12-bk872674"
},
"u": {
"$set": {
"has_input": [
"nmdc:dobj-11-nxmk9429"
]
}
}
}
]
} |
@aclum the current (valid) document has |
also, |
from discussion, it seems this update as expressed was not the intended update, so closing. |
Describe the bug
I believe I'm getting a false positive validation error from queries:run, when I dump the document that runtime says is not valid, it in fact validates against the schema with linkml-validate
To Reproduce
Steps to reproduce the behavior:
Error is:
copy the result, replace single with double quotes, convert to yaml and validate with
Expected behavior
A clear and concise description of what you expected to happen.
expected 200 response code
Screenshots
If applicable, add screenshots to help explain your problem.
Acceptance Criteria
Example scenario-based template:
Given (some given context or precondition), when (I take this action), then (this will be the specific outcome).
Additional context
I need this to clean up some the issues from running import automation. blocks parts of microbiomedata/nmdc_automation#333
The text was updated successfully, but these errors were encountered: