1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-28 08:51:42 +00:00
senpy/senpy/schemas/plugins.json

12 lines
183 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"plugins": {
"type": "array",
"items": {
"$ref": "plugin.json"
}
}
}
}