0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 14:35:32 +00:00

fix collector multi schema ()

This commit is contained in:
Ilya Mashchenko 2023-07-25 14:50:45 +03:00 committed by GitHub
parent 3afd18f8c2
commit 4ad42d54e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@
"type": "array",
"description": "A list of single module templates",
"items": {
"$ref": "./single-module.json"
"$ref": "./collection-single-module.json"
}
}
},

View file

@ -5,7 +5,7 @@
"items": {
"type": "object",
"description": "Individual entries for deployment information.",
"properties" :{
"properties": {
"id": {
"type": "string",
"description": "A unique ID for this integration."
@ -53,12 +53,12 @@
"command"
]
}
},
"required": [
"method",
"commands"
]
}
}
},
"required": [
"method",
"commands"
]
}
},
"additional_info": {