mirror of
https://github.com/netdata/netdata.git
synced 2025-04-12 16:58:10 +00:00
fix collector multi schema (#15520)
This commit is contained in:
parent
3afd18f8c2
commit
4ad42d54e4
2 changed files with 8 additions and 8 deletions
integrations/schemas
|
@ -9,7 +9,7 @@
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "A list of single module templates",
|
"description": "A list of single module templates",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "./single-module.json"
|
"$ref": "./collection-single-module.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"items": {
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Individual entries for deployment information.",
|
"description": "Individual entries for deployment information.",
|
||||||
"properties" :{
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "A unique ID for this integration."
|
"description": "A unique ID for this integration."
|
||||||
|
@ -53,12 +53,12 @@
|
||||||
"command"
|
"command"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"required": [
|
},
|
||||||
"method",
|
"required": [
|
||||||
"commands"
|
"method",
|
||||||
]
|
"commands"
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additional_info": {
|
"additional_info": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue