/
githubmirror
/
mbed-os
Обзор
Документация
Войти
/
githubmirror
/
mbed-os
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tools/config/schema_app.json
27 строк
678 B
Jimmy Brisson
Pass requires in mbed_app.json test
16 янв 2019, 02:05
16 янв 2019, 02:05
243b079
Код
Авторство
О чём код?
{ "$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" }, "requires": { "$ref": "definitions.json#/requires_definition" }, "artifact_name": { "type": "string" } }, "additionalProperties": false }