mirror of
https://github.com/gsi-upm/senpy
synced 2025-09-17 03:52:22 +00:00
20 lines
330 B
JSON
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": {
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|