From 86ef6fba0d52b21c19ae63bd5349b71e8c2956e6 Mon Sep 17 00:00:00 2001 From: bgins Date: Tue, 5 Mar 2024 00:55:50 +0000 Subject: [PATCH] chore(schemas): update OpenRPC API doc and JSON schemas --- homestar-runtime/schemas/api.json | 4 ++-- homestar-runtime/schemas/workflow.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homestar-runtime/schemas/api.json b/homestar-runtime/schemas/api.json index 2bb216d4..6771ca09 100644 --- a/homestar-runtime/schemas/api.json +++ b/homestar-runtime/schemas/api.json @@ -3,7 +3,7 @@ "info": { "title": "homestar", "description": "", - "version": "0.2.0", + "version": "0.2.1", "contact": { "name": null, "email": null, @@ -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": {