Skip to content

Commit eac9b0f

Browse files
echoixbdovaz
authored andcommitted
Update examples to remove parent property from being included
1 parent cce5ada commit eac9b0f

File tree

1 file changed

+14
-22
lines changed

1 file changed

+14
-22
lines changed

Diff for: megalinter/descriptors/schemas/megalinter-descriptor.jsonschema.json

+14-22
Original file line numberDiff line numberDiff line change
@@ -378,17 +378,13 @@
378378
"default": "linux/amd64"
379379
},
380380
"examples": [
381-
{
382-
"platform": [
383-
"linux/amd64",
384-
"linux/arm64"
385-
]
386-
},
387-
{
388-
"platform": [
389-
"linux/amd64"
390-
]
391-
}
381+
[
382+
"linux/amd64",
383+
"linux/arm64"
384+
],
385+
[
386+
"linux/amd64"
387+
]
392388
],
393389
"type": "array",
394390
"title": "List of target platforms"
@@ -1173,17 +1169,13 @@
11731169
"default": "linux/amd64"
11741170
},
11751171
"examples": [
1176-
{
1177-
"platform": [
1178-
"linux/amd64",
1179-
"linux/arm64"
1180-
]
1181-
},
1182-
{
1183-
"platform": [
1184-
"linux/amd64"
1185-
]
1186-
}
1172+
[
1173+
"linux/amd64",
1174+
"linux/arm64"
1175+
],
1176+
[
1177+
"linux/amd64"
1178+
]
11871179
],
11881180
"type": "array",
11891181
"title": "List of target platforms"

0 commit comments

Comments
 (0)