Skip to content

Commit

Permalink
Merge pull request #312 from open-rpc/feat/empty
Browse files Browse the repository at this point in the history
feat: add empty schema
  • Loading branch information
BelfordZ authored Feb 12, 2020
2 parents 3f41294 + 71c2eae commit b504ae8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions service-descriptions/empty-openrpc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"openrpc": "1.2.4",
"info": {
"title": "",
"version": "1.0.0"
},
"methods": []
}

0 comments on commit b504ae8

Please sign in to comment.