Skip to content

Commit 934b139

Browse files
authored
Updated schema files with node-specific titles and doc links
1 parent 9e5b022 commit 934b139

File tree

5 files changed

+415
-165
lines changed

5 files changed

+415
-165
lines changed

tools/projmgr/schemas/cdefault.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2+
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#cdefault",
23
"$schema": "http://json-schema.org/draft-07/schema#",
34
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cdefault.schema.json",
45
"title": "CMSIS cdefault",
5-
"description": "setup of a build environment with toolchain specific controls; defines a default compiler",
6+
"description": "Default setup of a build environment with toolchain specific controls.",
67
"version": "2.7.0",
78
"type": "object",
89
"properties": {

tools/projmgr/schemas/clayer.schema.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2+
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#layer",
23
"$schema": "http://json-schema.org/draft-07/schema#",
34
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/clayer.schema.json",
4-
"title": "CMSIS clayer",
5-
"description": "set of source files and pre-configured components for reuse in different applications",
5+
"title": "CMSIS Layer",
6+
"description": "Set of source files and pre-configured components for reuse in different applications.",
67
"version": "2.7.0",
78
"type": "object",
89
"properties": {

0 commit comments

Comments
 (0)