Skip to content

Commit 322666e

Browse files
authored
Merge pull request #11288 from kaitlinnewson/11286-main
#11286 make urlText field required for highlights
2 parents d233e40 + c8cda67 commit 322666e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schemas/highlight.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"required": [
55
"sequence",
66
"title",
7-
"url"
7+
"url",
8+
"urlText"
89
],
910
"properties": {
1011
"_href": {

0 commit comments

Comments
 (0)