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