Skip to content

Commit 78df994

Browse files
Update format keyword reference link in instructions (#187)
* Update format keyword reference link in instructions * Update format keyword reference link in instructions
1 parent 904f6fc commit 78df994

File tree

1 file changed

+1
-1
lines changed
  • content/06-Combining-Subschemas/04-Valid-Against-oneOf-the-Subschemas(XOR)

1 file changed

+1
-1
lines changed

content/06-Combining-Subschemas/04-Valid-Against-oneOf-the-Subschemas(XOR)/instructions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ We will combine using `oneOf` and `required`, to ensure that only one of the pro
5252
}
5353
```
5454

55-
> Notice the `format` keyword with `date` used in the `dateOfBirth` property. By default, `format` is just an annotation and **does not effect validation**. you can learn more about the format keyword [here](https://json-schema.org/understanding-json-schema/reference/string#format).
55+
> Notice the `format` keyword with `date` used in the `dateOfBirth` property. By default, `format` is just an annotation and **does not effect validation**. you can learn more about the format keyword [here](https://json-schema.org/understanding-json-schema/reference/type#format).
5656
5757
## Task
5858

0 commit comments

Comments
 (0)