1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-09-17 03:52:22 +00:00
Files
senpy/senpy/schemas/plugins.json
J. Fernando Sánchez 603e086606 Fix list of plugins
Closes #17
2017-03-14 13:05:52 +01:00

20 lines
330 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{"$ref": "response.json"},
{
"properties": {
"plugins": {
"type": "array",
"default": [],
"items": {
"$ref": "plugin.json"
}
},
"@type": {
}
}
}
]
}