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