{"$schema":"http://json-schema.org/draft-07/schema#","title":"Color Chooser","description":"config for editor color chooser control","type":"object","required":["option"],"properties":{"control":{"const":"color-chooser",},"label":{"title":"Label","description":"Color chooser label","type":"string"},"value":{"type":"string","description":"7-character hex color code","pattern":"^#[A-Fa-f0-9]{6}$"}}}