Skip to content

Commit fd7ea5e

Browse files
committed
Remove invalid markdown references
Signed-off-by: Piotr Płaczek <[email protected]>
1 parent 19cc903 commit fd7ea5e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_use_cases/schema_validation_and_enforecement.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ even if producing applications are misconfigured.
6868

6969
The filter currently supports two modes of operation:
7070

71-
1. Schema validation[^3] validates the content of the record against a schema. Use this for topics which have an entry in
71+
1. Schema validation validates the content of the record against a schema. Use this for topics which have an entry in
7272
the Schema Registry.
7373
2. SyntacticallyCorrectJson validation ensures the producer is producing messages that contain syntactically valid JSON.
7474
Use for topics which do not have registered schemas.
@@ -91,5 +91,3 @@ The filter accepts configuration that allows you to assign validators on a per-t
9191
configuration options that allow you to define whether the filter rejects just the records that don't meet the
9292
requirements of the validator, or whether then whole batch should be returned.
9393

94-
95-
[^1]: Currently, the feature supports only the JSON-Schema schema type.

0 commit comments

Comments
 (0)