You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json
+9-12Lines changed: 9 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@
142
142
},
143
143
{
144
144
"type": "array",
145
-
"minLength": 1,
145
+
"minItems": 1,
146
146
"items": {
147
147
"type": "string"
148
148
}
@@ -958,7 +958,7 @@
958
958
},
959
959
{
960
960
"type": "array",
961
-
"minLength": 1,
961
+
"minItems": 1,
962
962
"items": {
963
963
"type": "string"
964
964
}
@@ -1010,7 +1010,7 @@
1010
1010
},
1011
1011
{
1012
1012
"type": "array",
1013
-
"minLength": 1,
1013
+
"minItems": 1,
1014
1014
"items": {
1015
1015
"type": "string"
1016
1016
}
@@ -1090,8 +1090,7 @@
1090
1090
"additionalProperties": false
1091
1091
}
1092
1092
]
1093
-
},
1094
-
"additionalProperties": false
1093
+
}
1095
1094
}
1096
1095
},
1097
1096
"jobVariables": {
@@ -1121,8 +1120,7 @@
1121
1120
"additionalProperties": false
1122
1121
}
1123
1122
]
1124
-
},
1125
-
"additionalProperties": false
1123
+
}
1126
1124
}
1127
1125
},
1128
1126
"rulesVariables": {
@@ -1135,8 +1133,7 @@
1135
1133
"number",
1136
1134
"string"
1137
1135
]
1138
-
},
1139
-
"additionalProperties": false
1136
+
}
1140
1137
}
1141
1138
},
1142
1139
"if": {
@@ -1754,7 +1751,7 @@
1754
1751
},
1755
1752
{
1756
1753
"type": "array",
1757
-
"minLength": 1,
1754
+
"minItems": 1,
1758
1755
"items": {
1759
1756
"type": "string"
1760
1757
}
@@ -2343,7 +2340,7 @@
2343
2340
},
2344
2341
"tags": {
2345
2342
"type": "array",
2346
-
"minLength": 1,
2343
+
"minItems": 1,
2347
2344
"markdownDescription": "Used to select runners from the list of available runners. A runner must have all tags listed here to run the job. [Learn More](https://docs.gitlab.com/ee/ci/yaml/#tags).",
0 commit comments