Open
Description
JSON Schema file in question: http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json
Running quicktype -s schema deploymentTemplate.json -o deps.ts
yields a rather small output file.
You'll notice the resources: any[]
field. This is where the bulk of the schema code should be.
Fair warning: once the URL links fully resolved, this file is massive. I wrote a compiler for it once, and it produced tens of thousands of lines of typescript.