What problem does it solve? Managing Microsoft Fabric Event Schema Sets (centralized catalogs of event types and message schemas) requires crafting correct REST payloads, base64-encoded definitions, and LRO polling by hand, which is error-prone. This Skill provides guided, mode-based workflows for creating, updating, deleting, listing, and decoding Event Schema Sets through the Fabric Items REST API using az rest. ## Core Features & Use Cases - Authoring mode: Create Event Schema Sets (empty or with an inline definition), rename or re-describe items, override the full eventTypes/schemas definition, and delete items, with LRO polling and confirmation safeguards for destructive actions. - Consumption mode: List and search Event Schema Sets, inspect item properties (OneLake path, sensitivity label), and base64-decode definitions to enumerate event types, schemas, and schema versions. - Use Case: A data engineer needs to add a BusinessEventType event OrderPlaced with a JSON schema to an existing orders-catalog Event Schema Set; the Skill resolves the workspace and item IDs, decodes the current definition, appends the event type, re-encodes the full document, and submits the updateDefinition override. ## Quick Start Ask the AI to list all Event Schema Sets in your Fabric workspace or to create a new Event Schema Set with a given name and event types.