diff options
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" ] } } |
