File tree Expand file tree Collapse file tree 1 file changed +25
-7
lines changed
Expand file tree Collapse file tree 1 file changed +25
-7
lines changed Original file line number Diff line number Diff line change 119119 },
120120 "TypeListMutualExclusion" : {
121121 "oneOf" : [
122- {
122+ {
123+ "type" : " object" ,
123124 "required" : [" for-context" ],
124- "not" : {"required" : [" not-for-context" ]}
125+ "not" : {
126+ "type" : " object" ,
127+ "required" : [" not-for-context" ]
128+ }
125129 },
126- {
130+ {
131+ "type" : " object" ,
127132 "required" : [" not-for-context" ],
128- "not" : {"required" : [" for-context" ]}
133+ "not" : {
134+ "type" : " object" ,
135+ "required" : [" for-context" ]
136+ }
129137 },
130138 {
131139 "allOf" : [
132- { "not" : {"required" : [" for-context" ] }},
133- { "not" : {"required" : [" not-for-context" ]}}
140+ {
141+ "not" : {
142+ "type" : " object" ,
143+ "required" : [" for-context" ]
144+ }
145+ },
146+ {
147+ "not" : {
148+ "type" : " object" ,
149+ "required" : [" not-for-context" ]
150+ }
151+ }
134152 ]
135153 }
136154 ]
9911009 "type" : " object" ,
9921010 "properties" : {
9931011 "component" : {
994- "title: " : " component:\n Documentation: https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#components" ,
1012+ "title" : " component:\n Documentation: https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#components" ,
9951013 "$ref" : " #/definitions/ComponentID"
9961014 },
9971015 "add-path" : { "$ref" : " #/definitions/AddpathsType" },
You can’t perform that action at this time.
0 commit comments