diff --git a/homestar-runtime/schemas/api.json b/homestar-runtime/schemas/api.json index cc831a76..0ec41db3 100644 --- a/homestar-runtime/schemas/api.json +++ b/homestar-runtime/schemas/api.json @@ -36,7 +36,7 @@ }, { "name": "health", - "paramStructure": "by-name", + "paramStructure": "either", "params": [], "result": { "name": "health", @@ -62,7 +62,7 @@ }, { "name": "metrics", - "paramStructure": "by-name", + "paramStructure": "either", "params": [], "result": { "name": "metrics",