@cryptotaxi247 / netdata-1 / commits / ad85ae35b

Add missing required field in schema (#15335)

Fotis Voutsas committed Jul 10, 2023 at 12:16 UTC ad85ae35b941b1c6cae17d6ad07a8f2f3116cdda
1 file changed +7 -4
collectors/metadata/schemas/single-module.json
+7 -4
@@ -173,7 +173,10 @@
173 ]
174 }
175 }
176 - }
176 + },
177 + "required": [
178 + "list"
179 + ]
180 },
181 "configuration": {
182 "description": "Information on how to configure the collector and available configuration options.",
@@ -262,13 +265,13 @@
265 "items": {
266 "type": "object",
267 "properties": {
265 - "folding": {
266 - "$ref": "#/$defs/_folding"
267 - },
268 "name": {
269 "type": "string",
270 "description": "Example name."
271 },
272 + "folding": {
273 + "$ref": "#/$defs/_folding"
274 + },
275 "description": {
276 "type": "string",
277 "description": "Example description."