mirror of
https://github.com/gsi-upm/senpy
synced 2025-10-19 09:48:26 +00:00
15 lines
232 B
JSON
15 lines
232 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"@type": {"type": "string"},
|
|
"parameters": {
|
|
"type": "object",
|
|
"default": {}
|
|
|
|
}
|
|
},
|
|
"required": ["@type"]
|
|
|
|
}
|