1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-10-19 09:48:26 +00:00

Split definitions into individual files

This commit is contained in:
J. Fernando Sánchez
2016-12-26 18:49:53 +01:00
parent d72a995fa9
commit bc1f9e4cf5
15 changed files with 192 additions and 150 deletions

View File

@@ -1,3 +1,14 @@
{
"$ref": "definitions.json#/Plugin"
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": ["@id", "extra_params"],
"properties": {
"@id": {
"type": "string"
},
"extra_params": {
"type": "object",
"default": {}
}
}
}