Skip to content

Commit

Permalink
docs: update description
Browse files Browse the repository at this point in the history
related to #72
  • Loading branch information
JeelRajodiya committed Sep 18, 2024
1 parent bfc141d commit d3f926a
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ Consider you have a JSON document of an employee:
- `name` with value `John Doe` (string)
- `age` with value `25` (integer)

**Task:** You are given an incomplete *schema* for above JSON data on the <SideEditorLink/>, now:

- Add a new property called `age` under the `properties` section.
- Define the `age` property as follows:
- Set the `type` [keyword](https://json-schema.org/learn/glossary#keyword) for `age` to `integer`.
<br/>
### Call to action:
Complete *schema* for above JSON data on the <SideEditorLink/>. Define the `age` `property` and constrain its `type` to be `integer`!

0 comments on commit d3f926a

Please sign in to comment.