Config
Get the compatibility level for a subject.
Get the compatibility level for a subject.
get/config/{subject}
Path parameters
subjectstring required
Name of the subject.
Query parameters
defaultToGlobalboolean
If true, shows the effective configuration used for compatibility checks, falling back to global config if subject config is not set.
Headers
X-Registry-GroupIdstring
Group id in Apicurio Registry.
Response
The current compatibility configuration for the subject.
Example response
{
"compatibilityLevel": "FULL",
"normalize": false
}