{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/convertkit/main/json-schema/update_tag_name_request.json", "title": "Update tag name Request", "x-tag": "Tags", "type": "object", "properties": { "name": { "type": "string" } }, "required": [ "name" ] }