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
go-jsonschema: Failed: error parsing from file ./schema.json: cannot load schema
error parsing JSON file schema.json: failed to unmarshal JSON: failed to unmarshal schema: failed to unmarshal type: failed to unmarshal type: failed to unmarshal type: failed to unmarshal type: json: cannot unmarshal array into Go value of type schemas.ObjectAsType
go-jsonschema: v0.15.0
The text was updated successfully, but these errors were encountered:
Found the problem, I had an array of strings in my schema and somehow that triggered the error. In any case, the error message could be a bit clearer :)
I'm trying to generate the structs from https://unpkg.com/@atlaskit/adf-schema@35.5.1/dist/json-schema/v1/full.json
But I'm greeted with the following error:
go-jsonschema:
v0.15.0
The text was updated successfully, but these errors were encountered: