We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151f2fa commit 7010010Copy full SHA for 7010010
tools/config/schema_app.json
@@ -1,9 +1,8 @@
1
{
2
"$schema": "http://json-schema.org/draft-06/schema#",
3
"title": "Mbed Library Schema",
4
- "description": "Configuration file for an mbed library",
+ "description": "Configuration file for an mbed application",
5
"type": "object",
6
- "$id": "http://example.com/root.json",
7
"properties": {
8
"name": {
9
"$ref": "file:definitions.json#/name_definition"
tools/config/schema_lib.json
@@ -3,7 +3,6 @@
"description": "Configuration file for an mbed library",
0 commit comments