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": {