Manage Apache Pulsar schemas for topics.
- schema
- get: Get the schema for a topic
topic(string, required): The fully qualified topic nameversion(number, optional): Schema version number
- upload: Upload a new schema for a topic
topic(string, required): The fully qualified topic namefilename(string, required): Path to the schema definition file
- delete: Delete the schema for a topic
topic(string, required): The fully qualified topic name
- get: Get the schema for a topic