Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
benjagm committed Feb 10, 2025
1 parent 3a54b3c commit d568bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/understanding-json-schema/reference/composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ next:

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

- **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.
- **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.

- **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).

Expand Down

0 comments on commit d568bb4

Please sign in to comment.