-
Notifications
You must be signed in to change notification settings - Fork 14
type validation #83
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
Comments
I've made some progress. I think part of the issue might be the use of the
it now gets me a pattern error, but I'm not sure I understand why its failing, since the below returns
Testing with a simpler schema also doesn't detect the string correctly:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having an issue trying to validate the schema for DataStream found here. I'm not sure if the issue is in the schema, or if its in the package, but it seems to be failing at validating. (I'm also struggling a little with the outputs from the functions, so forgive me if there is a better way of compiling the outputs)
Data setup
Validate using
jsonvalidate::json_schema$new()$serialise
as an input:and when I validate using
jsonvalidate::json_validate()
with serialized inputand when I validate without serializing:
I appreciate any assistance you can provide.
The text was updated successfully, but these errors were encountered: