You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the progress of migrating a project from perl to go and have problems with a previously working JSON schema file with conflate. I first tried gojsonschema and the schema was valid there, but had no default value integration, so I turned to conflate.
I ran into a panic (with my code and the conflate binary)
Hi everyone,
I'm in the progress of migrating a project from perl to go and have problems with a previously working JSON schema file with
conflate
. I first triedgojsonschema
and the schema was valid there, but had no default value integration, so I turned toconflate
.I ran into a panic (with my code and the
conflate
binary)with this schema properties:
If I change it to use only string (and allow the empty string in the validation), it works:
It's not a big limitation, but I need to change my previously working schema file in order to get it to work with
conflate
.Is this a bug worth noting?
Best,
Andreas
The text was updated successfully, but these errors were encountered: