Clone of official tools
config/schema_app.json
- Committer:
- Anders Blomdell
- Date:
- 2021-02-04
- Revision:
- 47:21ae3e5a7128
- Parent:
- 43:2a7da56ebd24
File content as of revision 47:21ae3e5a7128:
{ "$schema": "http://json-schema.org/draft-06/schema#", "title": "Mbed Library Schema", "description": "Configuration file for an mbed application", "type": "object", "properties": { "name": { "$ref": "definitions.json#/name_definition" }, "config": { "$ref": "definitions.json#/config_definition" }, "target_overrides": { "$ref": "definitions.json#/target_overrides_definition" }, "macros": { "$ref": "definitions.json#/macro_definition" }, "artifact_name": { "type": "string" } }, "additionalProperties": false }