File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
internal/rule/schema/schemadata Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 165
165
},
166
166
{
167
167
"patternProperties" : {
168
- "menu\\ .. +\\ .. +$" : {
168
+ "^ menu\\ .[^.] +\\ .[^.] +$" : {
169
169
"$ref" : " #/definitions/propertiesObjects/boardIDMenuMenuIDOptionID/permissive/object"
170
170
},
171
171
"^[vp]id\\ .[0-9]+$" : {
230
230
},
231
231
{
232
232
"patternProperties" : {
233
- "menu\\ .. +\\ .. +$" : {
233
+ "^ menu\\ .[^.] +\\ .[^.] +$" : {
234
234
"$ref" : " #/definitions/propertiesObjects/boardIDMenuMenuIDOptionID/specification/object"
235
235
},
236
236
"^[vp]id\\ .[0-9]+$" : {
295
295
},
296
296
{
297
297
"patternProperties" : {
298
- "menu\\ .. +\\ .. +$" : {
298
+ "^ menu\\ .[^.] +\\ .[^.] +$" : {
299
299
"$ref" : " #/definitions/propertiesObjects/boardIDMenuMenuIDOptionID/strict/object"
300
300
},
301
301
"^[vp]id\\ .[0-9]+$" : {
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ var _arduinoBoardsTxtDefinitionsSchemaJson = []byte(`{
237
237
},
238
238
{
239
239
"patternProperties": {
240
- "menu\\.. +\\.. +$": {
240
+ "^ menu\\.[^.] +\\.[^.] +$": {
241
241
"$ref": "#/definitions/propertiesObjects/boardIDMenuMenuIDOptionID/permissive/object"
242
242
},
243
243
"^[vp]id\\.[0-9]+$": {
@@ -302,7 +302,7 @@ var _arduinoBoardsTxtDefinitionsSchemaJson = []byte(`{
302
302
},
303
303
{
304
304
"patternProperties": {
305
- "menu\\.. +\\.. +$": {
305
+ "^ menu\\.[^.] +\\.[^.] +$": {
306
306
"$ref": "#/definitions/propertiesObjects/boardIDMenuMenuIDOptionID/specification/object"
307
307
},
308
308
"^[vp]id\\.[0-9]+$": {
@@ -367,7 +367,7 @@ var _arduinoBoardsTxtDefinitionsSchemaJson = []byte(`{
367
367
},
368
368
{
369
369
"patternProperties": {
370
- "menu\\.. +\\.. +$": {
370
+ "^ menu\\.[^.] +\\.[^.] +$": {
371
371
"$ref": "#/definitions/propertiesObjects/boardIDMenuMenuIDOptionID/strict/object"
372
372
},
373
373
"^[vp]id\\.[0-9]+$": {
You can’t perform that action at this time.
0 commit comments