malli

Jeremy 2024-12-01T17:37:12.372409Z

Hi all, Is there a tool to generate malli specs from json swagger schema?

Eric Dvorsak 2024-12-03T22:00:05.997439Z

Funny I came here today to ask exactly that, I want to create malli specs for azure management api because it doesn't give any info on why a particular request is wrong https://github.com/Azure/azure-rest-api-specs/blob/36a45bd2c80d8c654c2a8912244f8e6331e9f5d3/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2024-10-01/cognitiveservices.json#L5426

opqdonut 2024-12-02T06:06:09.715259Z

Unfortunately not, but there's a proof-of-concept lying around somewhere.

Jeremy 2024-12-02T07:50:57.355359Z

Thanks