Skip to content

Commit 0cf4096

Browse files
committed
Adding service names
1 parent f81c0b7 commit 0cf4096

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

schema/iiif_3_0.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,10 @@
232232
"items": {
233233
"oneOf": [
234234
{
235-
"title": "service",
235+
"title": "serviceV3",
236236
"allOf": [
237-
{ "title": "test"},
238237
{ "$ref": "#/types/class" },
239238
{
240-
"title": "Foobar2",
241239
"type": "object",
242240
"properties": {
243241
"profile": { "type": "string" },
@@ -248,6 +246,7 @@
248246
},
249247
{
250248
"type": "object",
249+
"title": "serviceV2",
251250
"properties": {
252251
"@id": { "$ref": "#/types/id" },
253252
"@type": { "type": "string" },

0 commit comments

Comments
 (0)