From f73da661842ce7479af5076739fe27ca11372383 Mon Sep 17 00:00:00 2001 From: bgins Date: Mon, 4 Mar 2024 22:07:50 +0000 Subject: [PATCH] chore(schemas): update OpenRPC API doc and JSON schemas --- homestar-runtime/schemas/api.json | 2 +- homestar-runtime/schemas/workflow.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homestar-runtime/schemas/api.json b/homestar-runtime/schemas/api.json index 2bb216d4..c2af405a 100644 --- a/homestar-runtime/schemas/api.json +++ b/homestar-runtime/schemas/api.json @@ -1393,7 +1393,7 @@ ], "properties": { "nnc": { - "description": "A 12-byte or 16-byte nonce. Use empty string for no nonce.", + "description": "A 12-byte or 16-byte nonc. Use empty string for no nonce.", "type": "string" }, "op": { diff --git a/homestar-runtime/schemas/workflow.json b/homestar-runtime/schemas/workflow.json index b55c23ea..6d6540da 100644 --- a/homestar-runtime/schemas/workflow.json +++ b/homestar-runtime/schemas/workflow.json @@ -200,7 +200,7 @@ ], "properties": { "nnc": { - "description": "A 12-byte or 16-byte nonce. Use empty string for no nonce.", + "description": "A 12-byte or 16-byte nonc. Use empty string for no nonce.", "type": "string" }, "op": {