From 78fb9daf2fea49b1a1d7985a4de58c53fca08cf6 Mon Sep 17 00:00:00 2001 From: mpabi Date: Mon, 27 Apr 2026 07:15:48 +0200 Subject: [PATCH] Add token refs and unknown scope display --- doc/tokens.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/tokens.schema.json b/doc/tokens.schema.json index b93eafe..cc9a429 100644 --- a/doc/tokens.schema.json +++ b/doc/tokens.schema.json @@ -155,6 +155,10 @@ "type": "string", "description": "Token secret. May be empty only in a manual skeleton." }, + "token_ref": { + "type": "string", + "description": "Local token name, for example t1. Optional; value may also be entered as t1:SECRET and rvctl normalizes it." + }, "server": { "$ref": "#/$defs/server" },