diff --git a/README.rst b/README.rst index b99088e4f..a3a5fe8ba 100644 --- a/README.rst +++ b/README.rst @@ -603,7 +603,6 @@ Schema Normalization If specified as a rest parameter for the POST `/subjects/{subject}/versions?normalize=true` endpoint and the POST `subjects/{subject}?normalize=true` endpoint, Karapace uses a schema normalization algorithm to ensure that the schema is stored in a canonical form. -This is done to ensure that the schema is stored in a consistent way, regardless of the order of the fields in the schema. This normalization process is done so that schemas semantically equivalent are stored in the same way and should be considered equal. The normalization process its supported currently only for Protobuf schemas. Moreover compared to the Confluent Schema Registry, Karapace does not support all the normalization features.