typescript-json-schema
typescript-json-schema copied to clipboard
Definition URIs should be URI Encoded
As can be seen here; https://github.com/everit-org/json-schema/issues/386 The # symbol in the key values in a schema such like:
"params": {
"$ref": "#/definitions/Record<string,string|string[]>"
},
should be URI Encoded, as should the rest of the string.
you can try add option aliasRef:true