Backup 1

Committer:
borlanic
Date:
Tue Apr 24 11:45:18 2018 +0000
Revision:
0:02dd72d1d465
BaBoRo_test2 - backup 1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
borlanic 0:02dd72d1d465 1 {
borlanic 0:02dd72d1d465 2 "$schema": "http://json-schema.org/draft-06/schema#",
borlanic 0:02dd72d1d465 3 "title": "Mbed Library Schema",
borlanic 0:02dd72d1d465 4 "description": "Configuration file for an mbed application",
borlanic 0:02dd72d1d465 5 "type": "object",
borlanic 0:02dd72d1d465 6 "properties": {
borlanic 0:02dd72d1d465 7 "name": {
borlanic 0:02dd72d1d465 8 "$ref": "definitions.json#/name_definition"
borlanic 0:02dd72d1d465 9 },
borlanic 0:02dd72d1d465 10 "config": {
borlanic 0:02dd72d1d465 11 "$ref": "definitions.json#/config_definition"
borlanic 0:02dd72d1d465 12 },
borlanic 0:02dd72d1d465 13 "target_overrides": {
borlanic 0:02dd72d1d465 14 "$ref": "definitions.json#/target_overrides_definition"
borlanic 0:02dd72d1d465 15 },
borlanic 0:02dd72d1d465 16 "macros": {
borlanic 0:02dd72d1d465 17 "$ref": "definitions.json#/macro_definition"
borlanic 0:02dd72d1d465 18 },
borlanic 0:02dd72d1d465 19 "artifact_name": {
borlanic 0:02dd72d1d465 20 "type": "string"
borlanic 0:02dd72d1d465 21 }
borlanic 0:02dd72d1d465 22 },
borlanic 0:02dd72d1d465 23 "additionalProperties": false
borlanic 0:02dd72d1d465 24 }