diff --git a/aio/content/examples/schematics-for-libraries/projects/my-lib/schematics/my-service/schema.json b/aio/content/examples/schematics-for-libraries/projects/my-lib/schematics/my-service/schema.json index 7ea68d3b62..672069b27f 100644 --- a/aio/content/examples/schematics-for-libraries/projects/my-lib/schematics/my-service/schema.json +++ b/aio/content/examples/schematics-for-libraries/projects/my-lib/schematics/my-service/schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema", - "id": "SchematicsMyService", + "$id": "SchematicsMyService", "title": "My Service Schema", "type": "object", "properties": { @@ -25,4 +25,4 @@ "required": [ "name" ] -} \ No newline at end of file +}