From 44173f34c293d011019b84be7095039eac977c5b Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 14 Nov 2024 15:35:21 +0100 Subject: feat(tag): link --- schema.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'schema.json') diff --git a/schema.json b/schema.json index d73f3db..2678ecf 100644 --- a/schema.json +++ b/schema.json @@ -155,12 +155,16 @@ }, "name": { "type": "string" + }, + "link": { + "type": "string" } }, "additionalProperties": false, "required": [ "name", - "description" + "description", + "link" ] } } -- cgit v1.2.3