{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-kafka/refs/heads/main/json-schema/kafka-rest-proxy-acl-schema.json", "title": "Acl", "description": "Acl schema from Apache kafka", "type": "object", "properties": { "kind": { "type": "string" }, "metadata": { "type": "object" }, "cluster_id": { "type": "string" }, "resource_type": { "type": "string" }, "resource_name": { "type": "string" }, "pattern_type": { "type": "string" }, "principal": { "type": "string" }, "host": { "type": "string" }, "operation": { "type": "string" }, "permission": { "type": "string" } } }