Skip to content

Commit 7010010

Browse files
author
Steven Cartmell
committed
Remove placeholder $id from JSON schema and fix description
1 parent 151f2fa commit 7010010

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tools/config/schema_app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"$schema": "http://json-schema.org/draft-06/schema#",
33
"title": "Mbed Library Schema",
4-
"description": "Configuration file for an mbed library",
4+
"description": "Configuration file for an mbed application",
55
"type": "object",
6-
"$id": "http://example.com/root.json",
76
"properties": {
87
"name": {
98
"$ref": "file:definitions.json#/name_definition"

tools/config/schema_lib.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"title": "Mbed Library Schema",
44
"description": "Configuration file for an mbed library",
55
"type": "object",
6-
"$id": "http://example.com/root.json",
76
"properties": {
87
"name": {
98
"$ref": "file:definitions.json#/name_definition"

0 commit comments

Comments
 (0)