diff --git a/service-descriptions/empty-openrpc.json b/service-descriptions/empty-openrpc.json new file mode 100644 index 00000000..4b01daa0 --- /dev/null +++ b/service-descriptions/empty-openrpc.json @@ -0,0 +1,8 @@ +{ + "openrpc": "1.2.4", + "info": { + "title": "", + "version": "1.0.0" + }, + "methods": [] +}