Skip to content

Commit c8cda67

Browse files
committed
#11286 make urlText field required for highlights
1 parent ce6c97b commit c8cda67

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)