Remove placeholder $id from JSON schema and fix description

pull/5022/head
Steven Cartmell 2017-09-12 11:10:10 +01:00
parent 151f2fa3a6
commit 7010010ffc
2 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,8 @@
{
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Mbed Library Schema",
"description": "Configuration file for an mbed library",
"description": "Configuration file for an mbed application",
"type": "object",
"$id": "http://example.com/root.json",
"properties": {
"name": {
"$ref": "file:definitions.json#/name_definition"

View File

@ -3,7 +3,6 @@
"title": "Mbed Library Schema",
"description": "Configuration file for an mbed library",
"type": "object",
"$id": "http://example.com/root.json",
"properties": {
"name": {
"$ref": "file:definitions.json#/name_definition"