Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 9a88e23

Browse files
authored
Fix typo in Getting Started
A $-sign was missing.
1 parent 5d5befb commit 9a88e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/getting-started-step-by-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ For this example we introduce a new JSON Schema resource and for both properties
281281

282282
```json
283283
{
284-
"id": "https://example.com/geographical-location.schema.json",
284+
"$id": "https://example.com/geographical-location.schema.json",
285285
"$schema": "http://json-schema.org/draft-07/schema#",
286286
"title": "Longitude and Latitude",
287287
"description": "A geographical coordinate on a planet (most commonly Earth).",

0 commit comments

Comments
 (0)