v1

latestOpenAPI 3.0.2Apache 2.02026-07-174217115.5 KB
Config

Update the global configuration for compatibility and related settings.

Updates global configuration values such as compatibility level, normalization, metadata, rule sets, and compatibility group. This applies to the entire Schema Registry cluster.

put/config

Request body

compatibilitystring

New global compatibility level.

aliasstring

Alias subject name used for resolution.

normalizeboolean

Automatically normalize schemas when registering or comparing.

compatibilityGroupstring

Group name for compatibility scoping.

defaultMetadataobject

Default metadata to be applied during schema registration.

overrideMetadataobject

Overrides metadata values on schema registration.

defaultRuleSetobject

Default ruleset to apply during registration.

overrideRuleSetobject

Overrides schema-level ruleset if present.

Response

The updated global configuration.

compatibilitystring

The compatibility level that was set.

normalizeboolean

Whether schemas are normalized during registration and lookups.

Example response

{
  "compatibility": "FULL"
}