Skip to content

Commit 310b768

Browse files
authored
Add reviewUrl to the json schema (#34)
1 parent f71e023 commit 310b768

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

_validate/addonVersion_schema.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@
3434
"displayName": "Mein Addon",
3535
"description": "erleichtert das Durchführen von xyz"
3636
}
37-
]
37+
],
38+
"reviewUrl": "https://github.com/nvaccess/addon-datastore/discussions/1942#discussioncomment-7453248"
3839
}
40+
3941
],
4042
"title": "Root",
4143
"type": "object",
@@ -253,6 +255,16 @@
253255
"type": "array",
254256
"items": {
255257
"$ref": "#/$defs/translation"
258+
},
259+
"reviewUrl": {
260+
"$id": "#/properties/reviewUrl",
261+
"default": "",
262+
"description": "A URL to the discussion comment to review the add-on version.",
263+
"examples": [
264+
"https://github.com/nvaccess/addon-datastore/discussions/1942#discussioncomment-7453248"
265+
],
266+
"title": "The URL of the discussion comment",
267+
"type": "string"
256268
}
257269
}
258270
},

0 commit comments

Comments
 (0)