mirror of https://github.com/ARMmbed/mbed-os.git
Remove placeholder $id from JSON schema and fix description
parent
151f2fa3a6
commit
7010010ffc
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue