Compatibility
post/compatibility/subjects/{subject}/versions/{version}
Path parameters
subjectstring required
Subject of the schema version to check compatibility against.
versionstring required
Version of the subject's schema to check against. Can be a number, 'latest', or '-1'.
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
}