Commit d9c11f77 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a1cb3f94
# stub software.cfg to test cell json-schema
{
"name": "Cell",
"description": "Cell configuration for Amarisoft/ORS",
"serialisation": "json-in-xml",
"software-type": {
"cell": {
"title": "Cell",
"description": "Cell configuration",
"serialisation": "json-in-xml",
"request": "../cell/input-schema.json",
"response": "XXX"
}
}
}
# stub software.cfg to test RU json-schema
{
"name": "Radio Unit",
"description": "Radio Unit configuration for Amarisoft/ORS",
"serialisation": "json-in-xml",
"software-type": {
"cell": {
"title": "RU",
"description": "RU configuration",
"serialisation": "json-in-xml",
"request": "../ru/input-schema.json",
"response": "XXX"
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment