Skip to content

Commit 0be9f27

Browse files
committed
Getting level of additionalProperties correct
1 parent e07348d commit 0be9f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/iiif_3_0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@
236236
"oneOf": [
237237
{
238238
"title": "serviceV3",
239+
"additionalProperties": true,
239240
"allOf": [
240241
{ "$ref": "#/types/class" },
241242
{
242243
"type": "object",
243-
"additionalProperties": true,
244244
"properties": {
245245
"profile": { "type": "string" },
246246
"service": { "$ref": "#/classes/service" }

0 commit comments

Comments
 (0)