From 9a88e231f1cf78a9dd6115f7d99bb16ad9cc5a07 Mon Sep 17 00:00:00 2001 From: Stefan Peters Date: Mon, 30 Jul 2018 13:28:30 +0200 Subject: [PATCH] Fix typo in Getting Started A $-sign was missing. --- learn/getting-started-step-by-step.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn/getting-started-step-by-step.md b/learn/getting-started-step-by-step.md index 1bd2e06c..9ef0cf44 100644 --- a/learn/getting-started-step-by-step.md +++ b/learn/getting-started-step-by-step.md @@ -281,7 +281,7 @@ For this example we introduce a new JSON Schema resource and for both properties ```json { - "id": "https://example.com/geographical-location.schema.json", + "$id": "https://example.com/geographical-location.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Longitude and Latitude", "description": "A geographical coordinate on a planet (most commonly Earth).",