Import Mbed OS hard-float snapshot
This commit is contained in:
27
tools/config/schema_lib.json
Normal file
27
tools/config/schema_lib.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-06/schema#",
|
||||
"title": "Mbed Library Schema",
|
||||
"description": "Configuration file for an mbed library",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"$ref": "definitions.json#/name_definition"
|
||||
},
|
||||
"config": {
|
||||
"$ref": "definitions.json#/config_definition"
|
||||
},
|
||||
"target_overrides": {
|
||||
"$ref": "definitions.json#/target_overrides_definition"
|
||||
},
|
||||
"requires": {
|
||||
"$ref": "definitions.json#/requires_definition"
|
||||
},
|
||||
"macros": {
|
||||
"$ref": "definitions.json#/macro_definition"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name"
|
||||
],
|
||||
"additionalProperties": false
|
||||
}
|
||||
Reference in New Issue
Block a user