diff --git a/tools/projmgr/schemas/cbuild-gen-idx.schema.json b/tools/projmgr/schemas/cbuild-gen-idx.schema.json index 00489e0cb..f88ad2c6b 100644 --- a/tools/projmgr/schemas/cbuild-gen-idx.schema.json +++ b/tools/projmgr/schemas/cbuild-gen-idx.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.5.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json", "title": "CMSIS cbuild-gen-idx", "description": "defines sibling contexts description for a generator call", - "version": "2.4.0", + "version": "2.5.0", "type": "object", "properties": { "build-gen-idx": { diff --git a/tools/projmgr/schemas/cbuild-gen.schema.json b/tools/projmgr/schemas/cbuild-gen.schema.json index 563ddd0ad..7ab94f779 100644 --- a/tools/projmgr/schemas/cbuild-gen.schema.json +++ b/tools/projmgr/schemas/cbuild-gen.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cbuild-gen.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.5.0/tools/projmgr/schemas/cbuild-gen.schema.json", "title": "CMSIS cbuild-gen", "description": "defines an individual context description for a generator call", - "version": "2.4.0", + "version": "2.5.0", "type": "object", "properties": { "build-gen": { diff --git a/tools/projmgr/schemas/cbuild-idx.schema.json b/tools/projmgr/schemas/cbuild-idx.schema.json index ef7479521..870df9794 100644 --- a/tools/projmgr/schemas/cbuild-idx.schema.json +++ b/tools/projmgr/schemas/cbuild-idx.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cbuild-idx.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.5.0/tools/projmgr/schemas/cbuild-idx.schema.json", "title": "CMSIS cbuild-idx", "description": "defines a build description for a solution", - "version": "2.4.0", + "version": "2.5.0", "type": "object", "properties": { "build-idx": { diff --git a/tools/projmgr/schemas/cbuild-pack.schema.json b/tools/projmgr/schemas/cbuild-pack.schema.json index 66d406baf..afe2a60f0 100644 --- a/tools/projmgr/schemas/cbuild-pack.schema.json +++ b/tools/projmgr/schemas/cbuild-pack.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cbuild-pack.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.5.0/tools/projmgr/schemas/cbuild-pack.schema.json", "title": "CMSIS cbuild-pack", "description": "file containing all pack versions used, used for pack locking", - "version": "2.4.0", + "version": "2.5.0", "type": "object", "properties": { "cbuild-pack": { diff --git a/tools/projmgr/schemas/cbuild-set.schema.json b/tools/projmgr/schemas/cbuild-set.schema.json index 480afebc6..3b2af3edb 100644 --- a/tools/projmgr/schemas/cbuild-set.schema.json +++ b/tools/projmgr/schemas/cbuild-set.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cbuild-set.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.5.0/tools/projmgr/schemas/cbuild-set.schema.json", "title": "CMSIS cbuild-set", "description": "defines a selected set of build configuration", - "version": "2.4.0", + "version": "2.5.0", "type": "object", "properties": { "cbuild-set": { diff --git a/tools/projmgr/schemas/cbuild.schema.json b/tools/projmgr/schemas/cbuild.schema.json index fd21005e0..737cb66c9 100644 --- a/tools/projmgr/schemas/cbuild.schema.json +++ b/tools/projmgr/schemas/cbuild.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cbuild.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.5.0/tools/projmgr/schemas/cbuild.schema.json", "title": "CMSIS cbuild", "description": "defines a build description for a project", - "version": "2.4.0", + "version": "2.5.0", "type": "object", "properties": { "build": { diff --git a/tools/projmgr/schemas/cdefault.schema.json b/tools/projmgr/schemas/cdefault.schema.json index 2a084bac8..0c26e6a6e 100644 --- a/tools/projmgr/schemas/cdefault.schema.json +++ b/tools/projmgr/schemas/cdefault.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cdefault.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.5.0/tools/projmgr/schemas/cdefault.schema.json", "title": "CMSIS cdefault", "description": "setup of a build environment with toolchain specific controls; defines a default compiler", - "version": "2.4.0", + "version": "2.5.0", "type": "object", "properties": { "default": { diff --git a/tools/projmgr/schemas/cgen.schema.json b/tools/projmgr/schemas/cgen.schema.json index 978fdb6a3..fdc3ef6fa 100644 --- a/tools/projmgr/schemas/cgen.schema.json +++ b/tools/projmgr/schemas/cgen.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cgen.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.5.0/tools/projmgr/schemas/cgen.schema.json", "title": "CMSIS cgen", "description": "set of source files and pre-configured components generated by external program", - "version": "2.4.0", + "version": "2.5.0", "type": "object", "properties": { "generator-import": { diff --git a/tools/projmgr/schemas/clayer.schema.json b/tools/projmgr/schemas/clayer.schema.json index c3958b10b..c5432d2ec 100644 --- a/tools/projmgr/schemas/clayer.schema.json +++ b/tools/projmgr/schemas/clayer.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/clayer.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.5.0/tools/projmgr/schemas/clayer.schema.json", "title": "CMSIS clayer", "description": "set of source files and pre-configured components for reuse in different applications", - "version": "2.4.0", + "version": "2.5.0", "type": "object", "properties": { "layer": { diff --git a/tools/projmgr/schemas/common.schema.json b/tools/projmgr/schemas/common.schema.json index 60bad0d33..b4b50e7cb 100644 --- a/tools/projmgr/schemas/common.schema.json +++ b/tools/projmgr/schemas/common.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/common.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.5.0/tools/projmgr/schemas/common.schema.json", "title": "CMSIS common", "description": "common and reusable properties from other schemas", - "version": "2.4.0", + "version": "2.5.0", "definitions": { "ArrayOfStrings": { "type": "array", diff --git a/tools/projmgr/schemas/cproject.schema.json b/tools/projmgr/schemas/cproject.schema.json index 133c26a7b..c2736af0b 100644 --- a/tools/projmgr/schemas/cproject.schema.json +++ b/tools/projmgr/schemas/cproject.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/cproject.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.5.0/tools/projmgr/schemas/cproject.schema.json", "title": "CMSIS cproject", "description": "source files and pre-configured components of a sub-project that builds independently", - "version": "2.4.0", + "version": "2.5.0", "type": "object", "properties": { "project": { diff --git a/tools/projmgr/schemas/csolution.schema.json b/tools/projmgr/schemas/csolution.schema.json index e63dea7d1..2aaf45fcc 100644 --- a/tools/projmgr/schemas/csolution.schema.json +++ b/tools/projmgr/schemas/csolution.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/csolution.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.5.0/tools/projmgr/schemas/csolution.schema.json", "title": "CMSIS csolution", "description": "complete scope of an application composed of sub-projects; defines a target and build types", - "version": "2.4.0", + "version": "2.5.0", "type": "object", "properties": { "solution": { diff --git a/tools/projmgr/schemas/generator.schema.json b/tools/projmgr/schemas/generator.schema.json index e28e41e03..8253b1fdd 100644 --- a/tools/projmgr/schemas/generator.schema.json +++ b/tools/projmgr/schemas/generator.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/generator.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.5.0/tools/projmgr/schemas/generator.schema.json", "title": "CMSIS generator registry", "description": "defines global generator registry", - "version": "2.4.0", + "version": "2.5.0", "type": "object", "properties": { "generator": {