Schema for Kajabi contact tags
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/kajabi/main/json-schema/contact_tags_attributes.json", "title": "Contact Tags", "description": "Schema for Kajabi contact tags", "type": "object", "properties": { "name": { "type": "string" } }, "required": [ "name" ] }