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