normalize property

bool? normalize
getter/setter pair

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

The default is false. Cannot be unset for a SchemaRegistry-level SchemaConfig. If unset on a SchemaSubject-level SchemaConfig, removes the normalize field for the SchemaConfig.

Optional.

Implementation

core.bool? normalize;