v1

latestOpenAPI 3.0.2Apache 2.02026-07-174217115.5 KB
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.

aliasstring

Alias subject name used for resolution.

normalizeboolean

Whether schemas are normalized during registration and lookups.

compatibilityLevel'BACKWARD' | 'BACKWARD_TRANSITIVE' | 'FORWARD' | 'FORWARD_TRANSITIVE' | 'FULL' | 'FULL_TRANSITIVE' | 'NONE'

The compatibility level for the subject.

compatibilityGroupstring

Only schemas in the same group will be compared for compatibility.

defaultMetadataobject

Default metadata applied during schema registration.

overrideMetadataobject

Override metadata applied during schema registration.

defaultRuleSetobject

Default ruleSet applied during schema registration.

overrideRuleSetobject

Override ruleSet applied during schema registration.

Example response

{
  "compatibilityLevel": "FULL",
  "normalize": false
}