diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-14 15:35:21 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-14 15:35:21 +0100 |
| commit | 44173f34c293d011019b84be7095039eac977c5b (patch) | |
| tree | 7f6259d439c0eb6b25e2e73c24fb5dd7a63edccf /schema.json | |
| parent | 2621bc5978fc7f6f24d2f0ba91715c01c62b43a9 (diff) | |
feat(tag): link
Diffstat (limited to 'schema.json')
| -rw-r--r-- | schema.json | 6 |
1 files changed, 5 insertions, 1 deletions
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" ] } } |
