Skip to content

Commit

Permalink
docs: rename and reorder lessons
Browse files Browse the repository at this point in the history
related to #63
  • Loading branch information
JeelRajodiya committed Sep 9, 2024
1 parent 7d7f168 commit f9f54ba
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Implication
title: If-Then Keyword
description: Learn how to use the `if-then` keyword to enforce Implication in JSON Schema.
keywords: If-Then, Implication, conditional validation, JSON Schema
---


# Implication using if-then keyword
# if-then keyword

**Implication** is a logical operation that states that **if** condition `A` is true, **then** condition `B` must also be true. or in other words **A -> B** (pronounced, A implies B)

Expand Down

0 comments on commit f9f54ba

Please sign in to comment.