Skip to content

Commit

Permalink
chore(schemas): update OpenRPC API doc and JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Feb 8, 2024
1 parent 7d85584 commit 575deca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homestar-runtime/schemas/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"name": "health",
"paramStructure": "by-name",
"paramStructure": "either",
"params": [],
"result": {
"name": "health",
Expand All @@ -62,7 +62,7 @@
},
{
"name": "metrics",
"paramStructure": "by-name",
"paramStructure": "either",
"params": [],
"result": {
"name": "metrics",
Expand Down

0 comments on commit 575deca

Please sign in to comment.