{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/foomo/posh-providers/gruntwork-io/terragrunt/config", "$ref": "#/$defs/Config", "$defs": { "Config": { "properties": { "path": { "type": "string" }, "cachePath": { "type": "string" } }, "additionalProperties": false, "type": "object", "required": [ "path", "cachePath" ] } } }