{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/convertkit/main/json-schema/list_colors_response.json", "title": "List colors Response", "x-tag": "Accounts", "type": "object", "properties": { "colors": { "type": "array", "items": { "type": "string" } } }, "required": [ "colors" ] }