Skip to content

Commit e07348d

Browse files
committed
Allowing more properties on Service v2 and v3
1 parent e8263d3 commit e07348d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema/iiif_3_0.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@
240240
{ "$ref": "#/types/class" },
241241
{
242242
"type": "object",
243+
"additionalProperties": true,
243244
"properties": {
244245
"profile": { "type": "string" },
245246
"service": { "$ref": "#/classes/service" }
@@ -250,6 +251,7 @@
250251
{
251252
"type": "object",
252253
"title": "serviceV2",
254+
"additionalProperties": true,
253255
"properties": {
254256
"@id": { "$ref": "#/types/id" },
255257
"@type": { "type": "string" },

0 commit comments

Comments
 (0)