Commit 8819a19d authored by Rafael Monnerat's avatar Rafael Monnerat

Update software/simpledemo/software.cfg.json

parent d05d31bf
...@@ -5,11 +5,18 @@ ...@@ -5,11 +5,18 @@
"software-type": { "software-type": {
"default": { "default": {
"title": "Default", "title": "Default",
"software-type": "default",
"description": "Default", "description": "Default",
"request": "instance-input-schema.json", "request": "instance-input-schema.json",
"response": "instance-output-schema.json", "response": "instance-output-schema.json",
"index": 0 "index": 0
},
"jsondefault": {
"title": "JSON in XML",
"serialisation": "json-in-xml",
"description": "Default",
"request": "instance-input-schema.json",
"response": "instance-output-schema.json",
"index": 1
} }
} }
} }
......
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