This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Description
In Azure there's a concept called ARM which basically are JSON files that describe infrastructure. Here you can see how they are documented.
In AWS there's a concept called CloudFormation which, again, basically are JSON files that describe infrastructure. Here you can see how they are documented.
One cannot help but to identify the similarities. They both start with a JSON document that highlight the structure, and then below the document each property is described, together with its type and whether it is required.
As the saying goes: good artists borrow, great artists steal.