Skip to content

Commit 4513d14

Browse files
committed
Moving additional properties for annotations
1 parent de2ca93 commit 4513d14

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
@@ -947,6 +947,7 @@
947947
{ "$ref": "#/types/class" },
948948
{
949949
"type": "object",
950+
"additionalProperties": true,
950951
"properties": {
951952
"type": {
952953
"type": "string",
@@ -1012,7 +1013,6 @@
10121013
]
10131014
}
10141015
},
1015-
"additionalProperties": true,
10161016
"required": ["id", "target", "type"]
10171017
}
10181018
]

0 commit comments

Comments
 (0)