M Hassan Tariq

Results 4 comments of M Hassan Tariq

@zone117x a little clarification is required. Let me know if I have a correct understanding. We are supposed to send the error msg with 400 status in response to the...

@zone117x what is the required behavior for this issue? With the current approach, the [specified error](https://github.com/hirosystems/stacks-blockchain-api/blob/master/src/api/routes/core-node-rpc-proxy.ts#L209-L211) is logged [here](https://github.com/hirosystems/stacks-blockchain-api/blob/master/src/helpers.ts#L195). Are we supposed to ignore the http error even if the...

@zone117x regarding the first two points, I looked into [json-schema-to-typescript](https://www.npmjs.com/package/json-schema-to-typescript). However, they are [not](https://github.com/bcherny/json-schema-to-typescript/issues/335) providing any global configuration for `additionalProperties`. Plus, I also looked into [jsonlint-cli](https://www.npmjs.com/package/jsonlint-cli) for their configurations but...