Skip to content

Commit 58eee74

Browse files
authored
Merge pull request #254 from FreeCAD/backport-253-to-main
[Backport main] Update patternProperties regex in schema
2 parents 9d6c3b1 + a236988 commit 58eee74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AddonCatalog.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"patternProperties": {
27-
"^.+$": {
27+
"^(?!\\$schema$|_meta$).+$": {
2828
"type": "array",
2929
"items": {
3030
"type": "object",

0 commit comments

Comments
 (0)