@lincs.project/webannotation-schema 1.2.2 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +553 -1452
- package/dist/index.d.ts +553 -1452
- package/dist/index.js +1877 -5985
- package/dist/index.mjs +1756 -5892
- package/dist/v1/jsonld/defs.jsonld +1 -8
- package/dist/v1/standalone/linc-wa-validator.js +1 -1
- package/package.json +4 -4
|
@@ -220,7 +220,6 @@
|
|
|
220
220
|
"$ref": "defs.jsonld#/definitions/textQuoteSelector"
|
|
221
221
|
}
|
|
222
222
|
],
|
|
223
|
-
"nullable": true,
|
|
224
223
|
"required": []
|
|
225
224
|
}
|
|
226
225
|
},
|
|
@@ -276,7 +275,6 @@
|
|
|
276
275
|
"$ref": "defs.jsonld#/definitions/textQuoteSelector"
|
|
277
276
|
}
|
|
278
277
|
],
|
|
279
|
-
"nullable": true,
|
|
280
278
|
"required": []
|
|
281
279
|
}
|
|
282
280
|
},
|
|
@@ -325,7 +323,6 @@
|
|
|
325
323
|
"$ref": "defs.jsonld#/definitions/textQuoteSelector"
|
|
326
324
|
}
|
|
327
325
|
],
|
|
328
|
-
"nullable": true,
|
|
329
326
|
"required": []
|
|
330
327
|
}
|
|
331
328
|
},
|
|
@@ -427,7 +424,6 @@
|
|
|
427
424
|
"$ref": "defs.jsonld#/definitions/textQuoteSelector"
|
|
428
425
|
}
|
|
429
426
|
],
|
|
430
|
-
"nullable": true,
|
|
431
427
|
"required": []
|
|
432
428
|
}
|
|
433
429
|
},
|
|
@@ -483,7 +479,6 @@
|
|
|
483
479
|
"$ref": "defs.jsonld#/definitions/textQuoteSelector"
|
|
484
480
|
}
|
|
485
481
|
],
|
|
486
|
-
"nullable": true,
|
|
487
482
|
"required": []
|
|
488
483
|
}
|
|
489
484
|
},
|
|
@@ -532,7 +527,6 @@
|
|
|
532
527
|
"$ref": "defs.jsonld#/definitions/textQuoteSelector"
|
|
533
528
|
}
|
|
534
529
|
],
|
|
535
|
-
"nullable": true,
|
|
536
530
|
"required": []
|
|
537
531
|
}
|
|
538
532
|
},
|
|
@@ -591,8 +585,7 @@
|
|
|
591
585
|
"required": [
|
|
592
586
|
"id",
|
|
593
587
|
"type",
|
|
594
|
-
"source"
|
|
595
|
-
"selector"
|
|
588
|
+
"source"
|
|
596
589
|
],
|
|
597
590
|
"allOf": [
|
|
598
591
|
{
|