BBR 1 Ebene

Committer:
borlanic
Date:
Mon May 14 11:29:06 2018 +0000
Revision:
0:fbdae7e6d805
BBR

Who changed what in which revision?

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