{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/foomo/posh-providers/grafana/k6", "$ref": "#/$defs/Config", "$defs": { "Config": { "properties": { "path": { "type": "string" }, "envs": { "additionalProperties": { "$ref": "#/$defs/Env" }, "type": "object" } }, "additionalProperties": false, "type": "object" }, "Env": { "additionalProperties": { "type": "string" }, "type": "object" } } }