post_schema
Create a new schema in a Kafka Schema Registry by specifying cluster, subject, schema definition, and optional type (AVRO, JSON, PROTOBUF).
Instructions
Create a new schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | Schema definition (JSON string) | |
| cluster | Yes | Cluster name | |
| subject | Yes | Schema subject | |
| schemaType | No | AVRO, JSON, PROTOBUF |