Register schema for a subject
POST {{SCHEMA_REGISTRY_BASE_URL}}/subjects/:subject/versions?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 |