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

Commit e404168

Browse files
authored
Merge pull request #229 from stefandesu/patch-1
Fix typo in Getting Started
2 parents 5d5befb + 9a88e23 commit e404168

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)