Skip to content

Commit d568bb4

Browse files
committed
fix link
1 parent 3a54b3c commit d568bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/understanding-json-schema/reference/composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ next:
1111

1212
JSON Schema offers powerful features for constructing complex and flexible schema structures. The main approaches to combining JSON schemas are the following:
1313

14-
- **Modular combination**. This approach allows you to break down your data model into reusable components, fostering modularity, and maintainability. In [Modular JSON Schema combination](../../understanding-json-schema/reference/structuring) you will learn about creating and utilizing reusable schemas, subschemas, and even self-referential (recursive) schemas.
14+
- **Modular combination**. This approach allows you to break down your data model into reusable components, fostering modularity, and maintainability. In [Modular JSON Schema combination](../../understanding-json-schema/structuring) you will learn about creating and utilizing reusable schemas, subschemas, and even self-referential (recursive) schemas.
1515

1616
- **Boolean combination**. This approach allows you to validate a single data value against multiple criteria at the same time. JSON Schema provides a set of keywords that act like boolean operators (AND, OR, NOT) to achieve this. To enhance your understanding of these keywords and learn how to leverage them for complex validations, see [Boolean JSON Schema combination](../../understanding-json-schema/reference/combining).
1717

0 commit comments

Comments
 (0)