normalize property

bool? normalize
getter/setter pair

If true, the schema will be normalized before being stored or looked up.

The default is false. If unset in a SchemaSubject-level SchemaConfig, the global value will be used. If unset in a SchemaRegistry-level SchemaConfig, reverts to the default value.

Optional.

Implementation

core.bool? normalize;