omissis / go-jsonschema

A tool to generate Go data types from JSON Schema definitions.
MIT License
558 stars 89 forks source link

go-jsonschema: Failed: error parsing from file ./Cluster: cannot load schema error parsing JSON file Cluster: failed to unmarshal JSON: invalid character '+' in string escape code #251

Open chegde20121 opened 1 month ago

chegde20121 commented 1 month ago

I am trying to run few tests using make for go-based projects. It has a conversion from go schema to json and it is failing with below errors.

go-jsonschema: Failed: error parsing from file ./Cluster: cannot load schema
error parsing JSON file Cluster: failed to unmarshal JSON: invalid character '+' in string escape code
make: *** [Makefile:139: crd-schema] Error 1

this issue is occurring in only s390x and in x86 without any change it is passing