spec20.spec 381 B

123456789101112131415161718
  1. {
  2. "module_spec": {
  3. "module_name": "Spec2",
  4. "commands": [
  5. {
  6. "command_name": "print_message",
  7. "command_description": "Print the given message to stdout",
  8. "command_args": [ {
  9. "item_name": "message",
  10. "item_type": "somethingbad",
  11. "item_optional": False,
  12. "item_default": ""
  13. } ]
  14. }
  15. ]
  16. }
  17. }