We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7a27df + 6e08ccf commit 254dc05Copy full SHA for 254dc05
learn/getting-started-step-by-step.md
@@ -276,7 +276,7 @@ So far our JSON schema has been wholly self contained. It is very common to shar
276
277
For this example we introduce a new JSON Schema resource and for both properties therein:
278
* We use the `minimum` validation keyword noted earlier.
279
-* We add the http://json-schema.org/latest/json-schema-validation.html#rfc.section.6.2.2 validation keyword.
+* We add the [`maximum`](http://json-schema.org/latest/json-schema-validation.html#rfc.section.6.2.2) validation keyword.
280
* Combined, these give us a range to use in validation.
281
282
```json
0 commit comments