{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ConsumerInput", "type": "object", "description": "Input schema for creating or updating a Consumer.", "properties": { "username": { "type": "string" }, "custom_id": { "type": "string" }, "tags": { "type": "array" } } }