@twin.org/standards-w3c-odrl 0.0.1-next.46 → 0.0.1-next.47
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/cjs/index.cjs +187 -187
- package/dist/esm/index.mjs +187 -187
- package/docs/changelog.md +15 -0
- package/package.json +3 -3
package/dist/cjs/index.cjs
CHANGED
|
@@ -100,24 +100,24 @@ const OdrlTypes = {
|
|
|
100
100
|
var type$f = "object";
|
|
101
101
|
var properties$f = {
|
|
102
102
|
"@context": {
|
|
103
|
-
$ref: "https://schema.twindev.org/
|
|
103
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionRoot"
|
|
104
104
|
},
|
|
105
105
|
"@id": {
|
|
106
106
|
type: "string",
|
|
107
107
|
description: "Direct action identifier. Used in simple action references."
|
|
108
108
|
},
|
|
109
109
|
"@included": {
|
|
110
|
-
$ref: "https://schema.twindev.org/
|
|
110
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
111
111
|
},
|
|
112
112
|
"@graph": {
|
|
113
113
|
anyOf: [
|
|
114
114
|
{
|
|
115
|
-
$ref: "https://schema.twindev.org/
|
|
115
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
type: "array",
|
|
119
119
|
items: {
|
|
120
|
-
$ref: "https://schema.twindev.org/
|
|
120
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
]
|
|
@@ -125,12 +125,12 @@ var properties$f = {
|
|
|
125
125
|
"@nest": {
|
|
126
126
|
anyOf: [
|
|
127
127
|
{
|
|
128
|
-
$ref: "https://schema.twindev.org/
|
|
128
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
type: "array",
|
|
132
132
|
items: {
|
|
133
|
-
$ref: "https://schema.twindev.org/
|
|
133
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
]
|
|
@@ -209,22 +209,22 @@ var properties$f = {
|
|
|
209
209
|
var additionalProperties$f = {
|
|
210
210
|
anyOf: [
|
|
211
211
|
{
|
|
212
|
-
$ref: "https://schema.twindev.org/
|
|
212
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
|
-
$ref: "https://schema.twindev.org/
|
|
215
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
|
-
$ref: "https://schema.twindev.org/
|
|
218
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
|
-
$ref: "https://schema.twindev.org/
|
|
221
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
222
222
|
},
|
|
223
223
|
{
|
|
224
|
-
$ref: "https://schema.twindev.org/
|
|
224
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
|
-
$ref: "https://schema.twindev.org/
|
|
227
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
230
|
type: "array"
|
|
@@ -259,17 +259,17 @@ var properties$e = {
|
|
|
259
259
|
]
|
|
260
260
|
},
|
|
261
261
|
"@included": {
|
|
262
|
-
$ref: "https://schema.twindev.org/
|
|
262
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
263
263
|
},
|
|
264
264
|
"@graph": {
|
|
265
265
|
anyOf: [
|
|
266
266
|
{
|
|
267
|
-
$ref: "https://schema.twindev.org/
|
|
267
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
270
|
type: "array",
|
|
271
271
|
items: {
|
|
272
|
-
$ref: "https://schema.twindev.org/
|
|
272
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
275
|
]
|
|
@@ -277,12 +277,12 @@ var properties$e = {
|
|
|
277
277
|
"@nest": {
|
|
278
278
|
anyOf: [
|
|
279
279
|
{
|
|
280
|
-
$ref: "https://schema.twindev.org/
|
|
280
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
283
|
type: "array",
|
|
284
284
|
items: {
|
|
285
|
-
$ref: "https://schema.twindev.org/
|
|
285
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
288
|
]
|
|
@@ -439,22 +439,22 @@ var required$6 = [
|
|
|
439
439
|
var additionalProperties$e = {
|
|
440
440
|
anyOf: [
|
|
441
441
|
{
|
|
442
|
-
$ref: "https://schema.twindev.org/
|
|
442
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
|
-
$ref: "https://schema.twindev.org/
|
|
445
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
446
446
|
},
|
|
447
447
|
{
|
|
448
|
-
$ref: "https://schema.twindev.org/
|
|
448
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
|
-
$ref: "https://schema.twindev.org/
|
|
451
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
452
452
|
},
|
|
453
453
|
{
|
|
454
|
-
$ref: "https://schema.twindev.org/
|
|
454
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
|
-
$ref: "https://schema.twindev.org/
|
|
457
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
460
|
type: "array"
|
|
@@ -473,7 +473,7 @@ var OdrlAgreementSchema = {
|
|
|
473
473
|
var type$d = "object";
|
|
474
474
|
var properties$d = {
|
|
475
475
|
"@context": {
|
|
476
|
-
$ref: "https://schema.twindev.org/
|
|
476
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionRoot"
|
|
477
477
|
},
|
|
478
478
|
"@id": {
|
|
479
479
|
anyOf: [
|
|
@@ -489,17 +489,17 @@ var properties$d = {
|
|
|
489
489
|
]
|
|
490
490
|
},
|
|
491
491
|
"@included": {
|
|
492
|
-
$ref: "https://schema.twindev.org/
|
|
492
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
493
493
|
},
|
|
494
494
|
"@graph": {
|
|
495
495
|
anyOf: [
|
|
496
496
|
{
|
|
497
|
-
$ref: "https://schema.twindev.org/
|
|
497
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
498
498
|
},
|
|
499
499
|
{
|
|
500
500
|
type: "array",
|
|
501
501
|
items: {
|
|
502
|
-
$ref: "https://schema.twindev.org/
|
|
502
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
505
|
]
|
|
@@ -507,12 +507,12 @@ var properties$d = {
|
|
|
507
507
|
"@nest": {
|
|
508
508
|
anyOf: [
|
|
509
509
|
{
|
|
510
|
-
$ref: "https://schema.twindev.org/
|
|
510
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
513
|
type: "array",
|
|
514
514
|
items: {
|
|
515
|
-
$ref: "https://schema.twindev.org/
|
|
515
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
518
|
]
|
|
@@ -553,22 +553,22 @@ var properties$d = {
|
|
|
553
553
|
var additionalProperties$d = {
|
|
554
554
|
anyOf: [
|
|
555
555
|
{
|
|
556
|
-
$ref: "https://schema.twindev.org/
|
|
556
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
557
557
|
},
|
|
558
558
|
{
|
|
559
|
-
$ref: "https://schema.twindev.org/
|
|
559
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
560
560
|
},
|
|
561
561
|
{
|
|
562
|
-
$ref: "https://schema.twindev.org/
|
|
562
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
563
563
|
},
|
|
564
564
|
{
|
|
565
|
-
$ref: "https://schema.twindev.org/
|
|
565
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
566
566
|
},
|
|
567
567
|
{
|
|
568
|
-
$ref: "https://schema.twindev.org/
|
|
568
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
|
-
$ref: "https://schema.twindev.org/
|
|
571
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
572
572
|
},
|
|
573
573
|
{
|
|
574
574
|
type: "array"
|
|
@@ -586,7 +586,7 @@ var OdrlAssetSchema = {
|
|
|
586
586
|
var type$c = "object";
|
|
587
587
|
var properties$c = {
|
|
588
588
|
"@context": {
|
|
589
|
-
$ref: "https://schema.twindev.org/
|
|
589
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionRoot"
|
|
590
590
|
},
|
|
591
591
|
"@id": {
|
|
592
592
|
anyOf: [
|
|
@@ -602,17 +602,17 @@ var properties$c = {
|
|
|
602
602
|
]
|
|
603
603
|
},
|
|
604
604
|
"@included": {
|
|
605
|
-
$ref: "https://schema.twindev.org/
|
|
605
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
606
606
|
},
|
|
607
607
|
"@graph": {
|
|
608
608
|
anyOf: [
|
|
609
609
|
{
|
|
610
|
-
$ref: "https://schema.twindev.org/
|
|
610
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
611
611
|
},
|
|
612
612
|
{
|
|
613
613
|
type: "array",
|
|
614
614
|
items: {
|
|
615
|
-
$ref: "https://schema.twindev.org/
|
|
615
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
618
|
]
|
|
@@ -620,12 +620,12 @@ var properties$c = {
|
|
|
620
620
|
"@nest": {
|
|
621
621
|
anyOf: [
|
|
622
622
|
{
|
|
623
|
-
$ref: "https://schema.twindev.org/
|
|
623
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
626
|
type: "array",
|
|
627
627
|
items: {
|
|
628
|
-
$ref: "https://schema.twindev.org/
|
|
628
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
629
629
|
}
|
|
630
630
|
}
|
|
631
631
|
]
|
|
@@ -680,22 +680,22 @@ var required$5 = [
|
|
|
680
680
|
var additionalProperties$c = {
|
|
681
681
|
anyOf: [
|
|
682
682
|
{
|
|
683
|
-
$ref: "https://schema.twindev.org/
|
|
683
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
684
684
|
},
|
|
685
685
|
{
|
|
686
|
-
$ref: "https://schema.twindev.org/
|
|
686
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
687
687
|
},
|
|
688
688
|
{
|
|
689
|
-
$ref: "https://schema.twindev.org/
|
|
689
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
690
690
|
},
|
|
691
691
|
{
|
|
692
|
-
$ref: "https://schema.twindev.org/
|
|
692
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
693
693
|
},
|
|
694
694
|
{
|
|
695
|
-
$ref: "https://schema.twindev.org/
|
|
695
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
696
696
|
},
|
|
697
697
|
{
|
|
698
|
-
$ref: "https://schema.twindev.org/
|
|
698
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
699
699
|
},
|
|
700
700
|
{
|
|
701
701
|
type: "array"
|
|
@@ -714,7 +714,7 @@ var OdrlAssetCollectionSchema = {
|
|
|
714
714
|
var type$b = "object";
|
|
715
715
|
var properties$b = {
|
|
716
716
|
"@context": {
|
|
717
|
-
$ref: "https://schema.twindev.org/
|
|
717
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionRoot"
|
|
718
718
|
},
|
|
719
719
|
"@id": {
|
|
720
720
|
anyOf: [
|
|
@@ -730,17 +730,17 @@ var properties$b = {
|
|
|
730
730
|
]
|
|
731
731
|
},
|
|
732
732
|
"@included": {
|
|
733
|
-
$ref: "https://schema.twindev.org/
|
|
733
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
734
734
|
},
|
|
735
735
|
"@graph": {
|
|
736
736
|
anyOf: [
|
|
737
737
|
{
|
|
738
|
-
$ref: "https://schema.twindev.org/
|
|
738
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
739
739
|
},
|
|
740
740
|
{
|
|
741
741
|
type: "array",
|
|
742
742
|
items: {
|
|
743
|
-
$ref: "https://schema.twindev.org/
|
|
743
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
744
744
|
}
|
|
745
745
|
}
|
|
746
746
|
]
|
|
@@ -748,12 +748,12 @@ var properties$b = {
|
|
|
748
748
|
"@nest": {
|
|
749
749
|
anyOf: [
|
|
750
750
|
{
|
|
751
|
-
$ref: "https://schema.twindev.org/
|
|
751
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
752
752
|
},
|
|
753
753
|
{
|
|
754
754
|
type: "array",
|
|
755
755
|
items: {
|
|
756
|
-
$ref: "https://schema.twindev.org/
|
|
756
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
757
757
|
}
|
|
758
758
|
}
|
|
759
759
|
]
|
|
@@ -858,22 +858,22 @@ var required$4 = [
|
|
|
858
858
|
var additionalProperties$b = {
|
|
859
859
|
anyOf: [
|
|
860
860
|
{
|
|
861
|
-
$ref: "https://schema.twindev.org/
|
|
861
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
862
862
|
},
|
|
863
863
|
{
|
|
864
|
-
$ref: "https://schema.twindev.org/
|
|
864
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
865
865
|
},
|
|
866
866
|
{
|
|
867
|
-
$ref: "https://schema.twindev.org/
|
|
867
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
868
868
|
},
|
|
869
869
|
{
|
|
870
|
-
$ref: "https://schema.twindev.org/
|
|
870
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
871
871
|
},
|
|
872
872
|
{
|
|
873
|
-
$ref: "https://schema.twindev.org/
|
|
873
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
874
874
|
},
|
|
875
875
|
{
|
|
876
|
-
$ref: "https://schema.twindev.org/
|
|
876
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
877
877
|
},
|
|
878
878
|
{
|
|
879
879
|
type: "array"
|
|
@@ -904,7 +904,7 @@ var anyOf = [
|
|
|
904
904
|
}
|
|
905
905
|
],
|
|
906
906
|
additionalItems: {
|
|
907
|
-
$ref: "https://schema.twindev.org/
|
|
907
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
908
908
|
}
|
|
909
909
|
},
|
|
910
910
|
{
|
|
@@ -916,11 +916,11 @@ var anyOf = [
|
|
|
916
916
|
"const": "https://www.w3.org/ns/odrl/2/"
|
|
917
917
|
},
|
|
918
918
|
{
|
|
919
|
-
$ref: "https://schema.twindev.org/
|
|
919
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
920
920
|
}
|
|
921
921
|
],
|
|
922
922
|
additionalItems: {
|
|
923
|
-
$ref: "https://schema.twindev.org/
|
|
923
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
924
924
|
}
|
|
925
925
|
},
|
|
926
926
|
{
|
|
@@ -928,7 +928,7 @@ var anyOf = [
|
|
|
928
928
|
minItems: 2,
|
|
929
929
|
items: [
|
|
930
930
|
{
|
|
931
|
-
$ref: "https://schema.twindev.org/
|
|
931
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
932
932
|
},
|
|
933
933
|
{
|
|
934
934
|
type: "string",
|
|
@@ -936,7 +936,7 @@ var anyOf = [
|
|
|
936
936
|
}
|
|
937
937
|
],
|
|
938
938
|
additionalItems: {
|
|
939
|
-
$ref: "https://schema.twindev.org/
|
|
939
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
940
940
|
}
|
|
941
941
|
}
|
|
942
942
|
];
|
|
@@ -949,7 +949,7 @@ var OdrlContextTypeSchema = {
|
|
|
949
949
|
var type$a = "object";
|
|
950
950
|
var properties$a = {
|
|
951
951
|
"@context": {
|
|
952
|
-
$ref: "https://schema.twindev.org/
|
|
952
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionRoot"
|
|
953
953
|
},
|
|
954
954
|
"@id": {
|
|
955
955
|
anyOf: [
|
|
@@ -965,17 +965,17 @@ var properties$a = {
|
|
|
965
965
|
]
|
|
966
966
|
},
|
|
967
967
|
"@included": {
|
|
968
|
-
$ref: "https://schema.twindev.org/
|
|
968
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
969
969
|
},
|
|
970
970
|
"@graph": {
|
|
971
971
|
anyOf: [
|
|
972
972
|
{
|
|
973
|
-
$ref: "https://schema.twindev.org/
|
|
973
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
974
974
|
},
|
|
975
975
|
{
|
|
976
976
|
type: "array",
|
|
977
977
|
items: {
|
|
978
|
-
$ref: "https://schema.twindev.org/
|
|
978
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
979
979
|
}
|
|
980
980
|
}
|
|
981
981
|
]
|
|
@@ -983,12 +983,12 @@ var properties$a = {
|
|
|
983
983
|
"@nest": {
|
|
984
984
|
anyOf: [
|
|
985
985
|
{
|
|
986
|
-
$ref: "https://schema.twindev.org/
|
|
986
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
987
987
|
},
|
|
988
988
|
{
|
|
989
989
|
type: "array",
|
|
990
990
|
items: {
|
|
991
|
-
$ref: "https://schema.twindev.org/
|
|
991
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
992
992
|
}
|
|
993
993
|
}
|
|
994
994
|
]
|
|
@@ -1130,22 +1130,22 @@ var properties$a = {
|
|
|
1130
1130
|
var additionalProperties$a = {
|
|
1131
1131
|
anyOf: [
|
|
1132
1132
|
{
|
|
1133
|
-
$ref: "https://schema.twindev.org/
|
|
1133
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
1134
1134
|
},
|
|
1135
1135
|
{
|
|
1136
|
-
$ref: "https://schema.twindev.org/
|
|
1136
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
1137
1137
|
},
|
|
1138
1138
|
{
|
|
1139
|
-
$ref: "https://schema.twindev.org/
|
|
1139
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
1140
1140
|
},
|
|
1141
1141
|
{
|
|
1142
|
-
$ref: "https://schema.twindev.org/
|
|
1142
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
1143
1143
|
},
|
|
1144
1144
|
{
|
|
1145
|
-
$ref: "https://schema.twindev.org/
|
|
1145
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
1146
1146
|
},
|
|
1147
1147
|
{
|
|
1148
|
-
$ref: "https://schema.twindev.org/
|
|
1148
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
1149
1149
|
},
|
|
1150
1150
|
{
|
|
1151
1151
|
type: "array"
|
|
@@ -1163,7 +1163,7 @@ var OdrlDutySchema = {
|
|
|
1163
1163
|
var type$9 = "object";
|
|
1164
1164
|
var properties$9 = {
|
|
1165
1165
|
"@context": {
|
|
1166
|
-
$ref: "https://schema.twindev.org/
|
|
1166
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionRoot"
|
|
1167
1167
|
},
|
|
1168
1168
|
"@id": {
|
|
1169
1169
|
anyOf: [
|
|
@@ -1179,17 +1179,17 @@ var properties$9 = {
|
|
|
1179
1179
|
]
|
|
1180
1180
|
},
|
|
1181
1181
|
"@included": {
|
|
1182
|
-
$ref: "https://schema.twindev.org/
|
|
1182
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
1183
1183
|
},
|
|
1184
1184
|
"@graph": {
|
|
1185
1185
|
anyOf: [
|
|
1186
1186
|
{
|
|
1187
|
-
$ref: "https://schema.twindev.org/
|
|
1187
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
1188
1188
|
},
|
|
1189
1189
|
{
|
|
1190
1190
|
type: "array",
|
|
1191
1191
|
items: {
|
|
1192
|
-
$ref: "https://schema.twindev.org/
|
|
1192
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
1193
1193
|
}
|
|
1194
1194
|
}
|
|
1195
1195
|
]
|
|
@@ -1197,12 +1197,12 @@ var properties$9 = {
|
|
|
1197
1197
|
"@nest": {
|
|
1198
1198
|
anyOf: [
|
|
1199
1199
|
{
|
|
1200
|
-
$ref: "https://schema.twindev.org/
|
|
1200
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
1201
1201
|
},
|
|
1202
1202
|
{
|
|
1203
1203
|
type: "array",
|
|
1204
1204
|
items: {
|
|
1205
|
-
$ref: "https://schema.twindev.org/
|
|
1205
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
1206
1206
|
}
|
|
1207
1207
|
}
|
|
1208
1208
|
]
|
|
@@ -1337,22 +1337,22 @@ var properties$9 = {
|
|
|
1337
1337
|
var additionalProperties$9 = {
|
|
1338
1338
|
anyOf: [
|
|
1339
1339
|
{
|
|
1340
|
-
$ref: "https://schema.twindev.org/
|
|
1340
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
1341
1341
|
},
|
|
1342
1342
|
{
|
|
1343
|
-
$ref: "https://schema.twindev.org/
|
|
1343
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
1344
1344
|
},
|
|
1345
1345
|
{
|
|
1346
|
-
$ref: "https://schema.twindev.org/
|
|
1346
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
1347
1347
|
},
|
|
1348
1348
|
{
|
|
1349
|
-
$ref: "https://schema.twindev.org/
|
|
1349
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
1350
1350
|
},
|
|
1351
1351
|
{
|
|
1352
|
-
$ref: "https://schema.twindev.org/
|
|
1352
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
1353
1353
|
},
|
|
1354
1354
|
{
|
|
1355
|
-
$ref: "https://schema.twindev.org/
|
|
1355
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
1356
1356
|
},
|
|
1357
1357
|
{
|
|
1358
1358
|
type: "array"
|
|
@@ -1387,17 +1387,17 @@ var properties$8 = {
|
|
|
1387
1387
|
]
|
|
1388
1388
|
},
|
|
1389
1389
|
"@included": {
|
|
1390
|
-
$ref: "https://schema.twindev.org/
|
|
1390
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
1391
1391
|
},
|
|
1392
1392
|
"@graph": {
|
|
1393
1393
|
anyOf: [
|
|
1394
1394
|
{
|
|
1395
|
-
$ref: "https://schema.twindev.org/
|
|
1395
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
1396
1396
|
},
|
|
1397
1397
|
{
|
|
1398
1398
|
type: "array",
|
|
1399
1399
|
items: {
|
|
1400
|
-
$ref: "https://schema.twindev.org/
|
|
1400
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
1401
1401
|
}
|
|
1402
1402
|
}
|
|
1403
1403
|
]
|
|
@@ -1405,12 +1405,12 @@ var properties$8 = {
|
|
|
1405
1405
|
"@nest": {
|
|
1406
1406
|
anyOf: [
|
|
1407
1407
|
{
|
|
1408
|
-
$ref: "https://schema.twindev.org/
|
|
1408
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
1409
1409
|
},
|
|
1410
1410
|
{
|
|
1411
1411
|
type: "array",
|
|
1412
1412
|
items: {
|
|
1413
|
-
$ref: "https://schema.twindev.org/
|
|
1413
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
1414
1414
|
}
|
|
1415
1415
|
}
|
|
1416
1416
|
]
|
|
@@ -1566,22 +1566,22 @@ var required$3 = [
|
|
|
1566
1566
|
var additionalProperties$8 = {
|
|
1567
1567
|
anyOf: [
|
|
1568
1568
|
{
|
|
1569
|
-
$ref: "https://schema.twindev.org/
|
|
1569
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
1570
1570
|
},
|
|
1571
1571
|
{
|
|
1572
|
-
$ref: "https://schema.twindev.org/
|
|
1572
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
1573
1573
|
},
|
|
1574
1574
|
{
|
|
1575
|
-
$ref: "https://schema.twindev.org/
|
|
1575
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
|
-
$ref: "https://schema.twindev.org/
|
|
1578
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
1579
1579
|
},
|
|
1580
1580
|
{
|
|
1581
|
-
$ref: "https://schema.twindev.org/
|
|
1581
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
1582
1582
|
},
|
|
1583
1583
|
{
|
|
1584
|
-
$ref: "https://schema.twindev.org/
|
|
1584
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
1585
1585
|
},
|
|
1586
1586
|
{
|
|
1587
1587
|
type: "array"
|
|
@@ -1600,7 +1600,7 @@ var OdrlOfferSchema = {
|
|
|
1600
1600
|
var type$7 = "object";
|
|
1601
1601
|
var properties$7 = {
|
|
1602
1602
|
"@context": {
|
|
1603
|
-
$ref: "https://schema.twindev.org/
|
|
1603
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionRoot"
|
|
1604
1604
|
},
|
|
1605
1605
|
"@id": {
|
|
1606
1606
|
anyOf: [
|
|
@@ -1616,17 +1616,17 @@ var properties$7 = {
|
|
|
1616
1616
|
]
|
|
1617
1617
|
},
|
|
1618
1618
|
"@included": {
|
|
1619
|
-
$ref: "https://schema.twindev.org/
|
|
1619
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
1620
1620
|
},
|
|
1621
1621
|
"@graph": {
|
|
1622
1622
|
anyOf: [
|
|
1623
1623
|
{
|
|
1624
|
-
$ref: "https://schema.twindev.org/
|
|
1624
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
1625
1625
|
},
|
|
1626
1626
|
{
|
|
1627
1627
|
type: "array",
|
|
1628
1628
|
items: {
|
|
1629
|
-
$ref: "https://schema.twindev.org/
|
|
1629
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
1630
1630
|
}
|
|
1631
1631
|
}
|
|
1632
1632
|
]
|
|
@@ -1634,12 +1634,12 @@ var properties$7 = {
|
|
|
1634
1634
|
"@nest": {
|
|
1635
1635
|
anyOf: [
|
|
1636
1636
|
{
|
|
1637
|
-
$ref: "https://schema.twindev.org/
|
|
1637
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
1638
1638
|
},
|
|
1639
1639
|
{
|
|
1640
1640
|
type: "array",
|
|
1641
1641
|
items: {
|
|
1642
|
-
$ref: "https://schema.twindev.org/
|
|
1642
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
1643
1643
|
}
|
|
1644
1644
|
}
|
|
1645
1645
|
]
|
|
@@ -1694,22 +1694,22 @@ var properties$7 = {
|
|
|
1694
1694
|
var additionalProperties$7 = {
|
|
1695
1695
|
anyOf: [
|
|
1696
1696
|
{
|
|
1697
|
-
$ref: "https://schema.twindev.org/
|
|
1697
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
1698
1698
|
},
|
|
1699
1699
|
{
|
|
1700
|
-
$ref: "https://schema.twindev.org/
|
|
1700
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
1701
1701
|
},
|
|
1702
1702
|
{
|
|
1703
|
-
$ref: "https://schema.twindev.org/
|
|
1703
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
1704
1704
|
},
|
|
1705
1705
|
{
|
|
1706
|
-
$ref: "https://schema.twindev.org/
|
|
1706
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
1707
1707
|
},
|
|
1708
1708
|
{
|
|
1709
|
-
$ref: "https://schema.twindev.org/
|
|
1709
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
1710
1710
|
},
|
|
1711
1711
|
{
|
|
1712
|
-
$ref: "https://schema.twindev.org/
|
|
1712
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
1713
1713
|
},
|
|
1714
1714
|
{
|
|
1715
1715
|
type: "array"
|
|
@@ -1727,7 +1727,7 @@ var OdrlPartySchema = {
|
|
|
1727
1727
|
var type$6 = "object";
|
|
1728
1728
|
var properties$6 = {
|
|
1729
1729
|
"@context": {
|
|
1730
|
-
$ref: "https://schema.twindev.org/
|
|
1730
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionRoot"
|
|
1731
1731
|
},
|
|
1732
1732
|
"@id": {
|
|
1733
1733
|
anyOf: [
|
|
@@ -1743,17 +1743,17 @@ var properties$6 = {
|
|
|
1743
1743
|
]
|
|
1744
1744
|
},
|
|
1745
1745
|
"@included": {
|
|
1746
|
-
$ref: "https://schema.twindev.org/
|
|
1746
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
1747
1747
|
},
|
|
1748
1748
|
"@graph": {
|
|
1749
1749
|
anyOf: [
|
|
1750
1750
|
{
|
|
1751
|
-
$ref: "https://schema.twindev.org/
|
|
1751
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
1752
1752
|
},
|
|
1753
1753
|
{
|
|
1754
1754
|
type: "array",
|
|
1755
1755
|
items: {
|
|
1756
|
-
$ref: "https://schema.twindev.org/
|
|
1756
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
1757
1757
|
}
|
|
1758
1758
|
}
|
|
1759
1759
|
]
|
|
@@ -1761,12 +1761,12 @@ var properties$6 = {
|
|
|
1761
1761
|
"@nest": {
|
|
1762
1762
|
anyOf: [
|
|
1763
1763
|
{
|
|
1764
|
-
$ref: "https://schema.twindev.org/
|
|
1764
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
1765
1765
|
},
|
|
1766
1766
|
{
|
|
1767
1767
|
type: "array",
|
|
1768
1768
|
items: {
|
|
1769
|
-
$ref: "https://schema.twindev.org/
|
|
1769
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
1770
1770
|
}
|
|
1771
1771
|
}
|
|
1772
1772
|
]
|
|
@@ -1835,22 +1835,22 @@ var required$2 = [
|
|
|
1835
1835
|
var additionalProperties$6 = {
|
|
1836
1836
|
anyOf: [
|
|
1837
1837
|
{
|
|
1838
|
-
$ref: "https://schema.twindev.org/
|
|
1838
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
1839
1839
|
},
|
|
1840
1840
|
{
|
|
1841
|
-
$ref: "https://schema.twindev.org/
|
|
1841
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
1842
1842
|
},
|
|
1843
1843
|
{
|
|
1844
|
-
$ref: "https://schema.twindev.org/
|
|
1844
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
1845
1845
|
},
|
|
1846
1846
|
{
|
|
1847
|
-
$ref: "https://schema.twindev.org/
|
|
1847
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
1848
1848
|
},
|
|
1849
1849
|
{
|
|
1850
|
-
$ref: "https://schema.twindev.org/
|
|
1850
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
1851
1851
|
},
|
|
1852
1852
|
{
|
|
1853
|
-
$ref: "https://schema.twindev.org/
|
|
1853
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
1854
1854
|
},
|
|
1855
1855
|
{
|
|
1856
1856
|
type: "array"
|
|
@@ -1869,7 +1869,7 @@ var OdrlPartyCollectionSchema = {
|
|
|
1869
1869
|
var type$5 = "object";
|
|
1870
1870
|
var properties$5 = {
|
|
1871
1871
|
"@context": {
|
|
1872
|
-
$ref: "https://schema.twindev.org/
|
|
1872
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionRoot"
|
|
1873
1873
|
},
|
|
1874
1874
|
"@id": {
|
|
1875
1875
|
anyOf: [
|
|
@@ -1885,17 +1885,17 @@ var properties$5 = {
|
|
|
1885
1885
|
]
|
|
1886
1886
|
},
|
|
1887
1887
|
"@included": {
|
|
1888
|
-
$ref: "https://schema.twindev.org/
|
|
1888
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
1889
1889
|
},
|
|
1890
1890
|
"@graph": {
|
|
1891
1891
|
anyOf: [
|
|
1892
1892
|
{
|
|
1893
|
-
$ref: "https://schema.twindev.org/
|
|
1893
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
1894
1894
|
},
|
|
1895
1895
|
{
|
|
1896
1896
|
type: "array",
|
|
1897
1897
|
items: {
|
|
1898
|
-
$ref: "https://schema.twindev.org/
|
|
1898
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
1899
1899
|
}
|
|
1900
1900
|
}
|
|
1901
1901
|
]
|
|
@@ -1903,12 +1903,12 @@ var properties$5 = {
|
|
|
1903
1903
|
"@nest": {
|
|
1904
1904
|
anyOf: [
|
|
1905
1905
|
{
|
|
1906
|
-
$ref: "https://schema.twindev.org/
|
|
1906
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
1907
1907
|
},
|
|
1908
1908
|
{
|
|
1909
1909
|
type: "array",
|
|
1910
1910
|
items: {
|
|
1911
|
-
$ref: "https://schema.twindev.org/
|
|
1911
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
1912
1912
|
}
|
|
1913
1913
|
}
|
|
1914
1914
|
]
|
|
@@ -2031,22 +2031,22 @@ var properties$5 = {
|
|
|
2031
2031
|
var additionalProperties$5 = {
|
|
2032
2032
|
anyOf: [
|
|
2033
2033
|
{
|
|
2034
|
-
$ref: "https://schema.twindev.org/
|
|
2034
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
2035
2035
|
},
|
|
2036
2036
|
{
|
|
2037
|
-
$ref: "https://schema.twindev.org/
|
|
2037
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
2038
2038
|
},
|
|
2039
2039
|
{
|
|
2040
|
-
$ref: "https://schema.twindev.org/
|
|
2040
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
2041
2041
|
},
|
|
2042
2042
|
{
|
|
2043
|
-
$ref: "https://schema.twindev.org/
|
|
2043
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
2044
2044
|
},
|
|
2045
2045
|
{
|
|
2046
|
-
$ref: "https://schema.twindev.org/
|
|
2046
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
2047
2047
|
},
|
|
2048
2048
|
{
|
|
2049
|
-
$ref: "https://schema.twindev.org/
|
|
2049
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
2050
2050
|
},
|
|
2051
2051
|
{
|
|
2052
2052
|
type: "array"
|
|
@@ -2068,20 +2068,20 @@ var properties$4 = {
|
|
|
2068
2068
|
description: "The context for the policy. Must include \"https://www.w3.org/ns/odrl.jsonld\""
|
|
2069
2069
|
},
|
|
2070
2070
|
"@id": {
|
|
2071
|
-
$ref: "https://schema.twindev.org/
|
|
2071
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdKeyword"
|
|
2072
2072
|
},
|
|
2073
2073
|
"@included": {
|
|
2074
|
-
$ref: "https://schema.twindev.org/
|
|
2074
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdKeyword"
|
|
2075
2075
|
},
|
|
2076
2076
|
"@graph": {
|
|
2077
2077
|
anyOf: [
|
|
2078
2078
|
{
|
|
2079
|
-
$ref: "https://schema.twindev.org/
|
|
2079
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
2080
2080
|
},
|
|
2081
2081
|
{
|
|
2082
2082
|
type: "array",
|
|
2083
2083
|
items: {
|
|
2084
|
-
$ref: "https://schema.twindev.org/
|
|
2084
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
2085
2085
|
}
|
|
2086
2086
|
}
|
|
2087
2087
|
]
|
|
@@ -2089,12 +2089,12 @@ var properties$4 = {
|
|
|
2089
2089
|
"@nest": {
|
|
2090
2090
|
anyOf: [
|
|
2091
2091
|
{
|
|
2092
|
-
$ref: "https://schema.twindev.org/
|
|
2092
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
2093
2093
|
},
|
|
2094
2094
|
{
|
|
2095
2095
|
type: "array",
|
|
2096
2096
|
items: {
|
|
2097
|
-
$ref: "https://schema.twindev.org/
|
|
2097
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
2098
2098
|
}
|
|
2099
2099
|
}
|
|
2100
2100
|
]
|
|
@@ -2106,11 +2106,11 @@ var properties$4 = {
|
|
|
2106
2106
|
"@reverse": {
|
|
2107
2107
|
type: "object",
|
|
2108
2108
|
additionalProperties: {
|
|
2109
|
-
$ref: "https://schema.twindev.org/
|
|
2109
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdKeyword"
|
|
2110
2110
|
}
|
|
2111
2111
|
},
|
|
2112
2112
|
"@index": {
|
|
2113
|
-
$ref: "https://schema.twindev.org/
|
|
2113
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdKeyword"
|
|
2114
2114
|
},
|
|
2115
2115
|
uid: {
|
|
2116
2116
|
type: "string",
|
|
@@ -2248,22 +2248,22 @@ var required$1 = [
|
|
|
2248
2248
|
var additionalProperties$4 = {
|
|
2249
2249
|
anyOf: [
|
|
2250
2250
|
{
|
|
2251
|
-
$ref: "https://schema.twindev.org/
|
|
2251
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
2252
2252
|
},
|
|
2253
2253
|
{
|
|
2254
|
-
$ref: "https://schema.twindev.org/
|
|
2254
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
2255
2255
|
},
|
|
2256
2256
|
{
|
|
2257
|
-
$ref: "https://schema.twindev.org/
|
|
2257
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
2258
2258
|
},
|
|
2259
2259
|
{
|
|
2260
|
-
$ref: "https://schema.twindev.org/
|
|
2260
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
2261
2261
|
},
|
|
2262
2262
|
{
|
|
2263
|
-
$ref: "https://schema.twindev.org/
|
|
2263
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
2264
2264
|
},
|
|
2265
2265
|
{
|
|
2266
|
-
$ref: "https://schema.twindev.org/
|
|
2266
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
2267
2267
|
},
|
|
2268
2268
|
{
|
|
2269
2269
|
type: "array"
|
|
@@ -2408,7 +2408,7 @@ var OdrlPolicyMetadataSchema = {
|
|
|
2408
2408
|
var type$2 = "object";
|
|
2409
2409
|
var properties$2 = {
|
|
2410
2410
|
"@context": {
|
|
2411
|
-
$ref: "https://schema.twindev.org/
|
|
2411
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionRoot"
|
|
2412
2412
|
},
|
|
2413
2413
|
"@id": {
|
|
2414
2414
|
anyOf: [
|
|
@@ -2424,17 +2424,17 @@ var properties$2 = {
|
|
|
2424
2424
|
]
|
|
2425
2425
|
},
|
|
2426
2426
|
"@included": {
|
|
2427
|
-
$ref: "https://schema.twindev.org/
|
|
2427
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
2428
2428
|
},
|
|
2429
2429
|
"@graph": {
|
|
2430
2430
|
anyOf: [
|
|
2431
2431
|
{
|
|
2432
|
-
$ref: "https://schema.twindev.org/
|
|
2432
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
2433
2433
|
},
|
|
2434
2434
|
{
|
|
2435
2435
|
type: "array",
|
|
2436
2436
|
items: {
|
|
2437
|
-
$ref: "https://schema.twindev.org/
|
|
2437
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
2438
2438
|
}
|
|
2439
2439
|
}
|
|
2440
2440
|
]
|
|
@@ -2442,12 +2442,12 @@ var properties$2 = {
|
|
|
2442
2442
|
"@nest": {
|
|
2443
2443
|
anyOf: [
|
|
2444
2444
|
{
|
|
2445
|
-
$ref: "https://schema.twindev.org/
|
|
2445
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
2446
2446
|
},
|
|
2447
2447
|
{
|
|
2448
2448
|
type: "array",
|
|
2449
2449
|
items: {
|
|
2450
|
-
$ref: "https://schema.twindev.org/
|
|
2450
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
2451
2451
|
}
|
|
2452
2452
|
}
|
|
2453
2453
|
]
|
|
@@ -2570,22 +2570,22 @@ var properties$2 = {
|
|
|
2570
2570
|
var additionalProperties$2 = {
|
|
2571
2571
|
anyOf: [
|
|
2572
2572
|
{
|
|
2573
|
-
$ref: "https://schema.twindev.org/
|
|
2573
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
2574
2574
|
},
|
|
2575
2575
|
{
|
|
2576
|
-
$ref: "https://schema.twindev.org/
|
|
2576
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
2577
2577
|
},
|
|
2578
2578
|
{
|
|
2579
|
-
$ref: "https://schema.twindev.org/
|
|
2579
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
2580
2580
|
},
|
|
2581
2581
|
{
|
|
2582
|
-
$ref: "https://schema.twindev.org/
|
|
2582
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
2583
2583
|
},
|
|
2584
2584
|
{
|
|
2585
|
-
$ref: "https://schema.twindev.org/
|
|
2585
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
2586
2586
|
},
|
|
2587
2587
|
{
|
|
2588
|
-
$ref: "https://schema.twindev.org/
|
|
2588
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
2589
2589
|
},
|
|
2590
2590
|
{
|
|
2591
2591
|
type: "array"
|
|
@@ -2603,7 +2603,7 @@ var OdrlProhibitionSchema = {
|
|
|
2603
2603
|
var type$1 = "object";
|
|
2604
2604
|
var properties$1 = {
|
|
2605
2605
|
"@context": {
|
|
2606
|
-
$ref: "https://schema.twindev.org/
|
|
2606
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdContextDefinitionRoot"
|
|
2607
2607
|
},
|
|
2608
2608
|
"@id": {
|
|
2609
2609
|
anyOf: [
|
|
@@ -2619,17 +2619,17 @@ var properties$1 = {
|
|
|
2619
2619
|
]
|
|
2620
2620
|
},
|
|
2621
2621
|
"@included": {
|
|
2622
|
-
$ref: "https://schema.twindev.org/
|
|
2622
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
2623
2623
|
},
|
|
2624
2624
|
"@graph": {
|
|
2625
2625
|
anyOf: [
|
|
2626
2626
|
{
|
|
2627
|
-
$ref: "https://schema.twindev.org/
|
|
2627
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
2628
2628
|
},
|
|
2629
2629
|
{
|
|
2630
2630
|
type: "array",
|
|
2631
2631
|
items: {
|
|
2632
|
-
$ref: "https://schema.twindev.org/
|
|
2632
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
2633
2633
|
}
|
|
2634
2634
|
}
|
|
2635
2635
|
]
|
|
@@ -2637,12 +2637,12 @@ var properties$1 = {
|
|
|
2637
2637
|
"@nest": {
|
|
2638
2638
|
anyOf: [
|
|
2639
2639
|
{
|
|
2640
|
-
$ref: "https://schema.twindev.org/
|
|
2640
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
2641
2641
|
},
|
|
2642
2642
|
{
|
|
2643
2643
|
type: "array",
|
|
2644
2644
|
items: {
|
|
2645
|
-
$ref: "https://schema.twindev.org/
|
|
2645
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
2646
2646
|
}
|
|
2647
2647
|
}
|
|
2648
2648
|
]
|
|
@@ -2758,22 +2758,22 @@ var properties$1 = {
|
|
|
2758
2758
|
var additionalProperties$1 = {
|
|
2759
2759
|
anyOf: [
|
|
2760
2760
|
{
|
|
2761
|
-
$ref: "https://schema.twindev.org/
|
|
2761
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
2762
2762
|
},
|
|
2763
2763
|
{
|
|
2764
|
-
$ref: "https://schema.twindev.org/
|
|
2764
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
2765
2765
|
},
|
|
2766
2766
|
{
|
|
2767
|
-
$ref: "https://schema.twindev.org/
|
|
2767
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
2768
2768
|
},
|
|
2769
2769
|
{
|
|
2770
|
-
$ref: "https://schema.twindev.org/
|
|
2770
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
2771
2771
|
},
|
|
2772
2772
|
{
|
|
2773
|
-
$ref: "https://schema.twindev.org/
|
|
2773
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
2774
2774
|
},
|
|
2775
2775
|
{
|
|
2776
|
-
$ref: "https://schema.twindev.org/
|
|
2776
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
2777
2777
|
},
|
|
2778
2778
|
{
|
|
2779
2779
|
type: "array"
|
|
@@ -2795,20 +2795,20 @@ var properties = {
|
|
|
2795
2795
|
description: "The context for the policy. Must include \"https://www.w3.org/ns/odrl.jsonld\""
|
|
2796
2796
|
},
|
|
2797
2797
|
"@id": {
|
|
2798
|
-
$ref: "https://schema.twindev.org/
|
|
2798
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdKeyword"
|
|
2799
2799
|
},
|
|
2800
2800
|
"@included": {
|
|
2801
|
-
$ref: "https://schema.twindev.org/
|
|
2801
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdKeyword"
|
|
2802
2802
|
},
|
|
2803
2803
|
"@graph": {
|
|
2804
2804
|
anyOf: [
|
|
2805
2805
|
{
|
|
2806
|
-
$ref: "https://schema.twindev.org/
|
|
2806
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
2807
2807
|
},
|
|
2808
2808
|
{
|
|
2809
2809
|
type: "array",
|
|
2810
2810
|
items: {
|
|
2811
|
-
$ref: "https://schema.twindev.org/
|
|
2811
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
2812
2812
|
}
|
|
2813
2813
|
}
|
|
2814
2814
|
]
|
|
@@ -2816,12 +2816,12 @@ var properties = {
|
|
|
2816
2816
|
"@nest": {
|
|
2817
2817
|
anyOf: [
|
|
2818
2818
|
{
|
|
2819
|
-
$ref: "https://schema.twindev.org/
|
|
2819
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
2820
2820
|
},
|
|
2821
2821
|
{
|
|
2822
2822
|
type: "array",
|
|
2823
2823
|
items: {
|
|
2824
|
-
$ref: "https://schema.twindev.org/
|
|
2824
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
2825
2825
|
}
|
|
2826
2826
|
}
|
|
2827
2827
|
]
|
|
@@ -2834,11 +2834,11 @@ var properties = {
|
|
|
2834
2834
|
"@reverse": {
|
|
2835
2835
|
type: "object",
|
|
2836
2836
|
additionalProperties: {
|
|
2837
|
-
$ref: "https://schema.twindev.org/
|
|
2837
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdKeyword"
|
|
2838
2838
|
}
|
|
2839
2839
|
},
|
|
2840
2840
|
"@index": {
|
|
2841
|
-
$ref: "https://schema.twindev.org/
|
|
2841
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdKeyword"
|
|
2842
2842
|
},
|
|
2843
2843
|
uid: {
|
|
2844
2844
|
type: "string",
|
|
@@ -2976,22 +2976,22 @@ var required = [
|
|
|
2976
2976
|
var additionalProperties = {
|
|
2977
2977
|
anyOf: [
|
|
2978
2978
|
{
|
|
2979
|
-
$ref: "https://schema.twindev.org/
|
|
2979
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
|
|
2980
2980
|
},
|
|
2981
2981
|
{
|
|
2982
|
-
$ref: "https://schema.twindev.org/
|
|
2982
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
2983
2983
|
},
|
|
2984
2984
|
{
|
|
2985
|
-
$ref: "https://schema.twindev.org/
|
|
2985
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
2986
2986
|
},
|
|
2987
2987
|
{
|
|
2988
|
-
$ref: "https://schema.twindev.org/
|
|
2988
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
2989
2989
|
},
|
|
2990
2990
|
{
|
|
2991
|
-
$ref: "https://schema.twindev.org/
|
|
2991
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
2992
2992
|
},
|
|
2993
2993
|
{
|
|
2994
|
-
$ref: "https://schema.twindev.org/
|
|
2994
|
+
$ref: "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
2995
2995
|
},
|
|
2996
2996
|
{
|
|
2997
2997
|
type: "array"
|