{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/foomo/gokazi/pkg/config/github.com.foomo.gokazi.pkg.config.-config", "$ref": "#/$defs/github.com.foomo.gokazi.pkg.config.Config", "$defs": { "[]string": { "items": { "type": "string" }, "type": "array" }, "github.com.foomo.gokazi.pkg.config.Config": { "properties": { "version": { "type": "string" }, "tasks": { "$ref": "#/$defs/map[string]config.Task" } }, "additionalProperties": false, "type": "object" }, "github.com.foomo.gokazi.pkg.config.Task": { "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "path": { "type": "string" }, "cwd": { "type": "string" }, "args": { "$ref": "#/$defs/[]string" } }, "additionalProperties": false, "type": "object" }, "map[string]config.Task": { "additionalProperties": { "$ref": "#/$defs/github.com.foomo.gokazi.pkg.config.Task" }, "type": "object" } } }