{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/convertkit/main/json-schema/create_a_custom_field_request.json", "title": "Create a custom field Request", "x-tag": "Custom Fields", "type": "object", "properties": { "label": { "type": "string" } }, "required": [ "label" ] }