From 0f093f0f0e79db7a1744d07a0160e24621f6b3de Mon Sep 17 00:00:00 2001 From: zeeshanlakhani Date: Wed, 13 Mar 2024 01:28:35 +0000 Subject: [PATCH] chore(schemas): update OpenRPC API doc and JSON schemas --- homestar-runtime/schemas/api.json | 5 +++++ homestar-runtime/schemas/workflow.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/homestar-runtime/schemas/api.json b/homestar-runtime/schemas/api.json index 7213e1d5..b2ff0b0d 100644 --- a/homestar-runtime/schemas/api.json +++ b/homestar-runtime/schemas/api.json @@ -1401,6 +1401,11 @@ { "type": "string", "const": "" + }, + { + "description": "A 12-byte or 16-byte nonce encoded as a string, which expects to be decoded with Base32hex lower", + "type": "string", + "minLength": 1 } ] }, diff --git a/homestar-runtime/schemas/workflow.json b/homestar-runtime/schemas/workflow.json index d09a2b06..aab521a6 100644 --- a/homestar-runtime/schemas/workflow.json +++ b/homestar-runtime/schemas/workflow.json @@ -208,6 +208,11 @@ { "type": "string", "const": "" + }, + { + "description": "A 12-byte or 16-byte nonce encoded as a string, which expects to be decoded with Base32hex lower", + "type": "string", + "minLength": 1 } ] },