5etools-utils 0.16.2 → 0.16.3
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/package.json +1 -1
- package/schema/brew/class/fluff-class.json +9 -3
- package/schema/brew/fluff-rewards.json +6 -2
- package/schema/brew/util.json +10 -4
- package/schema/brew-fast/class/fluff-class.json +9 -3
- package/schema/brew-fast/fluff-rewards.json +6 -2
- package/schema/brew-fast/util.json +10 -4
- package/schema/site/class/fluff-class.json +9 -3
- package/schema/site/fluff-rewards.json +6 -2
- package/schema/site/util.json +10 -4
- package/schema/site-fast/class/fluff-class.json +9 -3
- package/schema/site-fast/fluff-rewards.json +6 -2
- package/schema/site-fast/util.json +10 -4
- package/schema/ua/class/fluff-class.json +9 -3
- package/schema/ua/fluff-rewards.json +6 -2
- package/schema/ua/util.json +10 -4
- package/schema/ua-fast/class/fluff-class.json +9 -3
- package/schema/ua-fast/fluff-rewards.json +6 -2
- package/schema/ua-fast/util.json +10 -4
package/package.json
CHANGED
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
"type": "array",
|
|
23
23
|
"items": {
|
|
24
24
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
25
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"minItems": 1,
|
|
27
|
+
"uniqueItems": true
|
|
26
28
|
},
|
|
27
29
|
{
|
|
28
30
|
"type": "null"
|
|
@@ -71,7 +73,9 @@
|
|
|
71
73
|
"type": "array",
|
|
72
74
|
"items": {
|
|
73
75
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
74
|
-
}
|
|
76
|
+
},
|
|
77
|
+
"minItems": 1,
|
|
78
|
+
"uniqueItems": true
|
|
75
79
|
},
|
|
76
80
|
{
|
|
77
81
|
"type": "null"
|
|
@@ -121,7 +125,9 @@
|
|
|
121
125
|
"type": "array",
|
|
122
126
|
"items": {
|
|
123
127
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
124
|
-
}
|
|
128
|
+
},
|
|
129
|
+
"minItems": 1,
|
|
130
|
+
"uniqueItems": true
|
|
125
131
|
},
|
|
126
132
|
{
|
|
127
133
|
"type": "null"
|
|
@@ -31,7 +31,9 @@
|
|
|
31
31
|
"type": "array",
|
|
32
32
|
"items": {
|
|
33
33
|
"$ref": "entry.json#/$defs/entryImage"
|
|
34
|
-
}
|
|
34
|
+
},
|
|
35
|
+
"minItems": 1,
|
|
36
|
+
"uniqueItems": true
|
|
35
37
|
},
|
|
36
38
|
{
|
|
37
39
|
"type": "null"
|
|
@@ -70,7 +72,9 @@
|
|
|
70
72
|
"type": "array",
|
|
71
73
|
"items": {
|
|
72
74
|
"$ref": "entry.json#/$defs/entryImage"
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"minItems": 1,
|
|
77
|
+
"uniqueItems": true
|
|
74
78
|
},
|
|
75
79
|
{
|
|
76
80
|
"type": "null"
|
package/schema/brew/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.18.
|
|
6
|
+
"version": "1.18.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3122,7 +3122,9 @@
|
|
|
3122
3122
|
"type": "array",
|
|
3123
3123
|
"items": {
|
|
3124
3124
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3125
|
-
}
|
|
3125
|
+
},
|
|
3126
|
+
"minItems": 1,
|
|
3127
|
+
"uniqueItems": true
|
|
3126
3128
|
},
|
|
3127
3129
|
{
|
|
3128
3130
|
"type": "null"
|
|
@@ -3162,7 +3164,9 @@
|
|
|
3162
3164
|
"type": "array",
|
|
3163
3165
|
"items": {
|
|
3164
3166
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3165
|
-
}
|
|
3167
|
+
},
|
|
3168
|
+
"minItems": 1,
|
|
3169
|
+
"uniqueItems": true
|
|
3166
3170
|
},
|
|
3167
3171
|
{
|
|
3168
3172
|
"type": "null"
|
|
@@ -3201,7 +3205,9 @@
|
|
|
3201
3205
|
"type": "array",
|
|
3202
3206
|
"items": {
|
|
3203
3207
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3204
|
-
}
|
|
3208
|
+
},
|
|
3209
|
+
"minItems": 1,
|
|
3210
|
+
"uniqueItems": true
|
|
3205
3211
|
},
|
|
3206
3212
|
{
|
|
3207
3213
|
"type": "null"
|
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
"type": "array",
|
|
23
23
|
"items": {
|
|
24
24
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
25
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"minItems": 1,
|
|
27
|
+
"uniqueItems": true
|
|
26
28
|
},
|
|
27
29
|
{
|
|
28
30
|
"type": "null"
|
|
@@ -71,7 +73,9 @@
|
|
|
71
73
|
"type": "array",
|
|
72
74
|
"items": {
|
|
73
75
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
74
|
-
}
|
|
76
|
+
},
|
|
77
|
+
"minItems": 1,
|
|
78
|
+
"uniqueItems": true
|
|
75
79
|
},
|
|
76
80
|
{
|
|
77
81
|
"type": "null"
|
|
@@ -121,7 +125,9 @@
|
|
|
121
125
|
"type": "array",
|
|
122
126
|
"items": {
|
|
123
127
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
124
|
-
}
|
|
128
|
+
},
|
|
129
|
+
"minItems": 1,
|
|
130
|
+
"uniqueItems": true
|
|
125
131
|
},
|
|
126
132
|
{
|
|
127
133
|
"type": "null"
|
|
@@ -31,7 +31,9 @@
|
|
|
31
31
|
"type": "array",
|
|
32
32
|
"items": {
|
|
33
33
|
"$ref": "entry.json#/$defs/entryImage"
|
|
34
|
-
}
|
|
34
|
+
},
|
|
35
|
+
"minItems": 1,
|
|
36
|
+
"uniqueItems": true
|
|
35
37
|
},
|
|
36
38
|
{
|
|
37
39
|
"type": "null"
|
|
@@ -70,7 +72,9 @@
|
|
|
70
72
|
"type": "array",
|
|
71
73
|
"items": {
|
|
72
74
|
"$ref": "entry.json#/$defs/entryImage"
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"minItems": 1,
|
|
77
|
+
"uniqueItems": true
|
|
74
78
|
},
|
|
75
79
|
{
|
|
76
80
|
"type": "null"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.18.
|
|
6
|
+
"version": "1.18.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3122,7 +3122,9 @@
|
|
|
3122
3122
|
"type": "array",
|
|
3123
3123
|
"items": {
|
|
3124
3124
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3125
|
-
}
|
|
3125
|
+
},
|
|
3126
|
+
"minItems": 1,
|
|
3127
|
+
"uniqueItems": true
|
|
3126
3128
|
},
|
|
3127
3129
|
{
|
|
3128
3130
|
"type": "null"
|
|
@@ -3162,7 +3164,9 @@
|
|
|
3162
3164
|
"type": "array",
|
|
3163
3165
|
"items": {
|
|
3164
3166
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3165
|
-
}
|
|
3167
|
+
},
|
|
3168
|
+
"minItems": 1,
|
|
3169
|
+
"uniqueItems": true
|
|
3166
3170
|
},
|
|
3167
3171
|
{
|
|
3168
3172
|
"type": "null"
|
|
@@ -3201,7 +3205,9 @@
|
|
|
3201
3205
|
"type": "array",
|
|
3202
3206
|
"items": {
|
|
3203
3207
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3204
|
-
}
|
|
3208
|
+
},
|
|
3209
|
+
"minItems": 1,
|
|
3210
|
+
"uniqueItems": true
|
|
3205
3211
|
},
|
|
3206
3212
|
{
|
|
3207
3213
|
"type": "null"
|
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
"type": "array",
|
|
23
23
|
"items": {
|
|
24
24
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
25
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"minItems": 1,
|
|
27
|
+
"uniqueItems": true
|
|
26
28
|
},
|
|
27
29
|
{
|
|
28
30
|
"type": "null"
|
|
@@ -71,7 +73,9 @@
|
|
|
71
73
|
"type": "array",
|
|
72
74
|
"items": {
|
|
73
75
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
74
|
-
}
|
|
76
|
+
},
|
|
77
|
+
"minItems": 1,
|
|
78
|
+
"uniqueItems": true
|
|
75
79
|
},
|
|
76
80
|
{
|
|
77
81
|
"type": "null"
|
|
@@ -121,7 +125,9 @@
|
|
|
121
125
|
"type": "array",
|
|
122
126
|
"items": {
|
|
123
127
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
124
|
-
}
|
|
128
|
+
},
|
|
129
|
+
"minItems": 1,
|
|
130
|
+
"uniqueItems": true
|
|
125
131
|
},
|
|
126
132
|
{
|
|
127
133
|
"type": "null"
|
|
@@ -31,7 +31,9 @@
|
|
|
31
31
|
"type": "array",
|
|
32
32
|
"items": {
|
|
33
33
|
"$ref": "entry.json#/$defs/entryImage"
|
|
34
|
-
}
|
|
34
|
+
},
|
|
35
|
+
"minItems": 1,
|
|
36
|
+
"uniqueItems": true
|
|
35
37
|
},
|
|
36
38
|
{
|
|
37
39
|
"type": "null"
|
|
@@ -70,7 +72,9 @@
|
|
|
70
72
|
"type": "array",
|
|
71
73
|
"items": {
|
|
72
74
|
"$ref": "entry.json#/$defs/entryImage"
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"minItems": 1,
|
|
77
|
+
"uniqueItems": true
|
|
74
78
|
},
|
|
75
79
|
{
|
|
76
80
|
"type": "null"
|
package/schema/site/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.18.
|
|
6
|
+
"version": "1.18.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3064,7 +3064,9 @@
|
|
|
3064
3064
|
"type": "array",
|
|
3065
3065
|
"items": {
|
|
3066
3066
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3067
|
-
}
|
|
3067
|
+
},
|
|
3068
|
+
"minItems": 1,
|
|
3069
|
+
"uniqueItems": true
|
|
3068
3070
|
},
|
|
3069
3071
|
{
|
|
3070
3072
|
"type": "null"
|
|
@@ -3104,7 +3106,9 @@
|
|
|
3104
3106
|
"type": "array",
|
|
3105
3107
|
"items": {
|
|
3106
3108
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3107
|
-
}
|
|
3109
|
+
},
|
|
3110
|
+
"minItems": 1,
|
|
3111
|
+
"uniqueItems": true
|
|
3108
3112
|
},
|
|
3109
3113
|
{
|
|
3110
3114
|
"type": "null"
|
|
@@ -3143,7 +3147,9 @@
|
|
|
3143
3147
|
"type": "array",
|
|
3144
3148
|
"items": {
|
|
3145
3149
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3146
|
-
}
|
|
3150
|
+
},
|
|
3151
|
+
"minItems": 1,
|
|
3152
|
+
"uniqueItems": true
|
|
3147
3153
|
},
|
|
3148
3154
|
{
|
|
3149
3155
|
"type": "null"
|
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
"type": "array",
|
|
23
23
|
"items": {
|
|
24
24
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
25
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"minItems": 1,
|
|
27
|
+
"uniqueItems": true
|
|
26
28
|
},
|
|
27
29
|
{
|
|
28
30
|
"type": "null"
|
|
@@ -71,7 +73,9 @@
|
|
|
71
73
|
"type": "array",
|
|
72
74
|
"items": {
|
|
73
75
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
74
|
-
}
|
|
76
|
+
},
|
|
77
|
+
"minItems": 1,
|
|
78
|
+
"uniqueItems": true
|
|
75
79
|
},
|
|
76
80
|
{
|
|
77
81
|
"type": "null"
|
|
@@ -121,7 +125,9 @@
|
|
|
121
125
|
"type": "array",
|
|
122
126
|
"items": {
|
|
123
127
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
124
|
-
}
|
|
128
|
+
},
|
|
129
|
+
"minItems": 1,
|
|
130
|
+
"uniqueItems": true
|
|
125
131
|
},
|
|
126
132
|
{
|
|
127
133
|
"type": "null"
|
|
@@ -31,7 +31,9 @@
|
|
|
31
31
|
"type": "array",
|
|
32
32
|
"items": {
|
|
33
33
|
"$ref": "entry.json#/$defs/entryImage"
|
|
34
|
-
}
|
|
34
|
+
},
|
|
35
|
+
"minItems": 1,
|
|
36
|
+
"uniqueItems": true
|
|
35
37
|
},
|
|
36
38
|
{
|
|
37
39
|
"type": "null"
|
|
@@ -70,7 +72,9 @@
|
|
|
70
72
|
"type": "array",
|
|
71
73
|
"items": {
|
|
72
74
|
"$ref": "entry.json#/$defs/entryImage"
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"minItems": 1,
|
|
77
|
+
"uniqueItems": true
|
|
74
78
|
},
|
|
75
79
|
{
|
|
76
80
|
"type": "null"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.18.
|
|
6
|
+
"version": "1.18.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3064,7 +3064,9 @@
|
|
|
3064
3064
|
"type": "array",
|
|
3065
3065
|
"items": {
|
|
3066
3066
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3067
|
-
}
|
|
3067
|
+
},
|
|
3068
|
+
"minItems": 1,
|
|
3069
|
+
"uniqueItems": true
|
|
3068
3070
|
},
|
|
3069
3071
|
{
|
|
3070
3072
|
"type": "null"
|
|
@@ -3104,7 +3106,9 @@
|
|
|
3104
3106
|
"type": "array",
|
|
3105
3107
|
"items": {
|
|
3106
3108
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3107
|
-
}
|
|
3109
|
+
},
|
|
3110
|
+
"minItems": 1,
|
|
3111
|
+
"uniqueItems": true
|
|
3108
3112
|
},
|
|
3109
3113
|
{
|
|
3110
3114
|
"type": "null"
|
|
@@ -3143,7 +3147,9 @@
|
|
|
3143
3147
|
"type": "array",
|
|
3144
3148
|
"items": {
|
|
3145
3149
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3146
|
-
}
|
|
3150
|
+
},
|
|
3151
|
+
"minItems": 1,
|
|
3152
|
+
"uniqueItems": true
|
|
3147
3153
|
},
|
|
3148
3154
|
{
|
|
3149
3155
|
"type": "null"
|
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
"type": "array",
|
|
23
23
|
"items": {
|
|
24
24
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
25
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"minItems": 1,
|
|
27
|
+
"uniqueItems": true
|
|
26
28
|
},
|
|
27
29
|
{
|
|
28
30
|
"type": "null"
|
|
@@ -71,7 +73,9 @@
|
|
|
71
73
|
"type": "array",
|
|
72
74
|
"items": {
|
|
73
75
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
74
|
-
}
|
|
76
|
+
},
|
|
77
|
+
"minItems": 1,
|
|
78
|
+
"uniqueItems": true
|
|
75
79
|
},
|
|
76
80
|
{
|
|
77
81
|
"type": "null"
|
|
@@ -121,7 +125,9 @@
|
|
|
121
125
|
"type": "array",
|
|
122
126
|
"items": {
|
|
123
127
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
124
|
-
}
|
|
128
|
+
},
|
|
129
|
+
"minItems": 1,
|
|
130
|
+
"uniqueItems": true
|
|
125
131
|
},
|
|
126
132
|
{
|
|
127
133
|
"type": "null"
|
|
@@ -31,7 +31,9 @@
|
|
|
31
31
|
"type": "array",
|
|
32
32
|
"items": {
|
|
33
33
|
"$ref": "entry.json#/$defs/entryImage"
|
|
34
|
-
}
|
|
34
|
+
},
|
|
35
|
+
"minItems": 1,
|
|
36
|
+
"uniqueItems": true
|
|
35
37
|
},
|
|
36
38
|
{
|
|
37
39
|
"type": "null"
|
|
@@ -70,7 +72,9 @@
|
|
|
70
72
|
"type": "array",
|
|
71
73
|
"items": {
|
|
72
74
|
"$ref": "entry.json#/$defs/entryImage"
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"minItems": 1,
|
|
77
|
+
"uniqueItems": true
|
|
74
78
|
},
|
|
75
79
|
{
|
|
76
80
|
"type": "null"
|
package/schema/ua/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.18.
|
|
6
|
+
"version": "1.18.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3075,7 +3075,9 @@
|
|
|
3075
3075
|
"type": "array",
|
|
3076
3076
|
"items": {
|
|
3077
3077
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3078
|
-
}
|
|
3078
|
+
},
|
|
3079
|
+
"minItems": 1,
|
|
3080
|
+
"uniqueItems": true
|
|
3079
3081
|
},
|
|
3080
3082
|
{
|
|
3081
3083
|
"type": "null"
|
|
@@ -3115,7 +3117,9 @@
|
|
|
3115
3117
|
"type": "array",
|
|
3116
3118
|
"items": {
|
|
3117
3119
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3118
|
-
}
|
|
3120
|
+
},
|
|
3121
|
+
"minItems": 1,
|
|
3122
|
+
"uniqueItems": true
|
|
3119
3123
|
},
|
|
3120
3124
|
{
|
|
3121
3125
|
"type": "null"
|
|
@@ -3154,7 +3158,9 @@
|
|
|
3154
3158
|
"type": "array",
|
|
3155
3159
|
"items": {
|
|
3156
3160
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3157
|
-
}
|
|
3161
|
+
},
|
|
3162
|
+
"minItems": 1,
|
|
3163
|
+
"uniqueItems": true
|
|
3158
3164
|
},
|
|
3159
3165
|
{
|
|
3160
3166
|
"type": "null"
|
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
"type": "array",
|
|
23
23
|
"items": {
|
|
24
24
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
25
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"minItems": 1,
|
|
27
|
+
"uniqueItems": true
|
|
26
28
|
},
|
|
27
29
|
{
|
|
28
30
|
"type": "null"
|
|
@@ -71,7 +73,9 @@
|
|
|
71
73
|
"type": "array",
|
|
72
74
|
"items": {
|
|
73
75
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
74
|
-
}
|
|
76
|
+
},
|
|
77
|
+
"minItems": 1,
|
|
78
|
+
"uniqueItems": true
|
|
75
79
|
},
|
|
76
80
|
{
|
|
77
81
|
"type": "null"
|
|
@@ -121,7 +125,9 @@
|
|
|
121
125
|
"type": "array",
|
|
122
126
|
"items": {
|
|
123
127
|
"$ref": "../entry.json#/$defs/entryImage"
|
|
124
|
-
}
|
|
128
|
+
},
|
|
129
|
+
"minItems": 1,
|
|
130
|
+
"uniqueItems": true
|
|
125
131
|
},
|
|
126
132
|
{
|
|
127
133
|
"type": "null"
|
|
@@ -31,7 +31,9 @@
|
|
|
31
31
|
"type": "array",
|
|
32
32
|
"items": {
|
|
33
33
|
"$ref": "entry.json#/$defs/entryImage"
|
|
34
|
-
}
|
|
34
|
+
},
|
|
35
|
+
"minItems": 1,
|
|
36
|
+
"uniqueItems": true
|
|
35
37
|
},
|
|
36
38
|
{
|
|
37
39
|
"type": "null"
|
|
@@ -70,7 +72,9 @@
|
|
|
70
72
|
"type": "array",
|
|
71
73
|
"items": {
|
|
72
74
|
"$ref": "entry.json#/$defs/entryImage"
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"minItems": 1,
|
|
77
|
+
"uniqueItems": true
|
|
74
78
|
},
|
|
75
79
|
{
|
|
76
80
|
"type": "null"
|
package/schema/ua-fast/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.18.
|
|
6
|
+
"version": "1.18.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3075,7 +3075,9 @@
|
|
|
3075
3075
|
"type": "array",
|
|
3076
3076
|
"items": {
|
|
3077
3077
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3078
|
-
}
|
|
3078
|
+
},
|
|
3079
|
+
"minItems": 1,
|
|
3080
|
+
"uniqueItems": true
|
|
3079
3081
|
},
|
|
3080
3082
|
{
|
|
3081
3083
|
"type": "null"
|
|
@@ -3115,7 +3117,9 @@
|
|
|
3115
3117
|
"type": "array",
|
|
3116
3118
|
"items": {
|
|
3117
3119
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3118
|
-
}
|
|
3120
|
+
},
|
|
3121
|
+
"minItems": 1,
|
|
3122
|
+
"uniqueItems": true
|
|
3119
3123
|
},
|
|
3120
3124
|
{
|
|
3121
3125
|
"type": "null"
|
|
@@ -3154,7 +3158,9 @@
|
|
|
3154
3158
|
"type": "array",
|
|
3155
3159
|
"items": {
|
|
3156
3160
|
"$ref": "entry.json#/$defs/entryImage"
|
|
3157
|
-
}
|
|
3161
|
+
},
|
|
3162
|
+
"minItems": 1,
|
|
3163
|
+
"uniqueItems": true
|
|
3158
3164
|
},
|
|
3159
3165
|
{
|
|
3160
3166
|
"type": "null"
|