Skip to content

Commit 9c1c89c

Browse files
committed
Removing Item from names
1 parent 61fe6aa commit 9c1c89c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

schema/iiif_3_0.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,13 @@
7474
"exclusiveMinimum": 0
7575
},
7676
"external": {
77-
"title":"LinkedResource",
77+
"title":"LinkedResources",
7878
"type": "array",
7979
"items": {
8080
"allOf": [
8181
{ "$ref": "#/types/class" },
8282
{
83+
"title": "linkedResource"
8384
"type": "object",
8485
"properties": {
8586
"format": { "$ref": "#/types/format" },
@@ -122,11 +123,13 @@
122123
}
123124
},
124125
"homepage": {
126+
"title":"homepages",
125127
"type": "array",
126128
"items": {
127129
"allOf": [
128130
{ "$ref": "#/types/class" },
129131
{
132+
"title": "homepage",
130133
"type": "object",
131134
"properties": {
132135
"format": { "$ref": "#/types/format" },

0 commit comments

Comments
 (0)