Schemas (JSON)

These JSON files contain schemas for the various HTTP API objects.

You can also use curl commands to download these files. For example, this command downloads the catalog.json file:
curl https://puppet.com/docs/puppet/latest/schemas/catalog.json -L --output catalog.jsonCopied!