Compatibility
post/compatibility/subjects/{subject}/versions
Path parameters
subjectstring required
Subject of the schema version to check compatibility against.
Query parameters
verboseboolean
If true, includes reason when compatibility fails. Default is false.
normalizeboolean
If true, normalize the schema before checking compatibility. Default is false.
Headers
X-Registry-GroupIdstring
Group id in Apicurio Registry.
Request body
Response
Compatibility check result.
Example response
{
"is_compatible": true
}