Test schema for compatibility (specific version)
POST {{SCHEMA_REGISTRY_BASE_URL}}/compatibility/subjects/:subject/versions/:version?verbose=true
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| verbose | boolean | Set to true to output the reason a schema fails the compatibility test, in cases where it fails. | 
Request Body
{"schema"=>"{\"type\":\"string\"}"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string |