Check if schema registered for a subject
POST {{SCHEMA_REGISTRY_BASE_URL}}/subjects/:subject?normalize=true
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
normalize | boolean | Set to "true" to normalize the schema |
Request Body
{"schema"=>"{\"type\":\"string\"}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |