Skip to content

Commit 4cb07f1

Browse files
authored
Merge pull request #509 from spidasoftware/braces-analyzed-component-1743529
add component braces as analyzed component [AB#1743529]
2 parents ca27ebd + 919fc4d commit 4cb07f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/schema/spidacalc/results/component.schema

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,12 @@
278278
"items": {
279279
"$ref": "../../spidacalc/results/item.schema"
280280
}
281+
},
282+
"componentBraces": {
283+
"type": "array",
284+
"items": {
285+
"$ref": "../../spidacalc/results/item.schema"
286+
}
281287
}
282288
},
283289
"additionalProperties": false

0 commit comments

Comments
 (0)