{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "enabled": { "type": "boolean" }, "path": { "type": "string" } }, "required": [ "enabled", "path" ], "title": "SkillsConfigWriteParams", "type": "object" }