api.fluff4.me 1.0.346 → 1.0.347
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/openapi.json +30 -4
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -92,6 +92,7 @@
|
|
|
92
92
|
"properties": {
|
|
93
93
|
"name": {
|
|
94
94
|
"type": "string",
|
|
95
|
+
"minLength": 1,
|
|
95
96
|
"maxLength": 64
|
|
96
97
|
},
|
|
97
98
|
"time_join": {
|
|
@@ -191,6 +192,7 @@
|
|
|
191
192
|
"properties": {
|
|
192
193
|
"name": {
|
|
193
194
|
"type": "string",
|
|
195
|
+
"minLength": 1,
|
|
194
196
|
"maxLength": 64
|
|
195
197
|
},
|
|
196
198
|
"time_join": {
|
|
@@ -251,6 +253,7 @@
|
|
|
251
253
|
"properties": {
|
|
252
254
|
"name": {
|
|
253
255
|
"type": "string",
|
|
256
|
+
"minLength": 1,
|
|
254
257
|
"maxLength": 256
|
|
255
258
|
},
|
|
256
259
|
"description": {
|
|
@@ -428,6 +431,7 @@
|
|
|
428
431
|
"properties": {
|
|
429
432
|
"name": {
|
|
430
433
|
"type": "string",
|
|
434
|
+
"minLength": 1,
|
|
431
435
|
"maxLength": 64
|
|
432
436
|
},
|
|
433
437
|
"time_join": {
|
|
@@ -516,6 +520,7 @@
|
|
|
516
520
|
"properties": {
|
|
517
521
|
"name": {
|
|
518
522
|
"type": "string",
|
|
523
|
+
"minLength": 1,
|
|
519
524
|
"maxLength": 64
|
|
520
525
|
},
|
|
521
526
|
"vanity": {
|
|
@@ -609,6 +614,7 @@
|
|
|
609
614
|
"anyOf": [
|
|
610
615
|
{
|
|
611
616
|
"type": "string",
|
|
617
|
+
"minLength": 1,
|
|
612
618
|
"maxLength": 64
|
|
613
619
|
},
|
|
614
620
|
{
|
|
@@ -708,6 +714,7 @@
|
|
|
708
714
|
"properties": {
|
|
709
715
|
"name": {
|
|
710
716
|
"type": "string",
|
|
717
|
+
"minLength": 1,
|
|
711
718
|
"maxLength": 256
|
|
712
719
|
},
|
|
713
720
|
"description": {
|
|
@@ -824,6 +831,7 @@
|
|
|
824
831
|
"properties": {
|
|
825
832
|
"name": {
|
|
826
833
|
"type": "string",
|
|
834
|
+
"minLength": 1,
|
|
827
835
|
"maxLength": 256
|
|
828
836
|
},
|
|
829
837
|
"description": {
|
|
@@ -964,6 +972,7 @@
|
|
|
964
972
|
"anyOf": [
|
|
965
973
|
{
|
|
966
974
|
"type": "string",
|
|
975
|
+
"minLength": 1,
|
|
967
976
|
"maxLength": 256
|
|
968
977
|
},
|
|
969
978
|
{
|
|
@@ -1138,6 +1147,7 @@
|
|
|
1138
1147
|
},
|
|
1139
1148
|
"name": {
|
|
1140
1149
|
"type": "string",
|
|
1150
|
+
"minLength": 1,
|
|
1141
1151
|
"maxLength": 256
|
|
1142
1152
|
},
|
|
1143
1153
|
"visibility": {
|
|
@@ -1302,6 +1312,7 @@
|
|
|
1302
1312
|
"properties": {
|
|
1303
1313
|
"name": {
|
|
1304
1314
|
"type": "string",
|
|
1315
|
+
"minLength": 1,
|
|
1305
1316
|
"maxLength": 256
|
|
1306
1317
|
},
|
|
1307
1318
|
"visibility": {
|
|
@@ -1388,6 +1399,7 @@
|
|
|
1388
1399
|
"anyOf": [
|
|
1389
1400
|
{
|
|
1390
1401
|
"type": "string",
|
|
1402
|
+
"minLength": 1,
|
|
1391
1403
|
"maxLength": 256
|
|
1392
1404
|
},
|
|
1393
1405
|
{
|
|
@@ -1520,6 +1532,7 @@
|
|
|
1520
1532
|
},
|
|
1521
1533
|
"name": {
|
|
1522
1534
|
"type": "string",
|
|
1535
|
+
"minLength": 1,
|
|
1523
1536
|
"maxLength": 256
|
|
1524
1537
|
},
|
|
1525
1538
|
"visibility": {
|
|
@@ -1776,7 +1789,9 @@
|
|
|
1776
1789
|
"type": "object",
|
|
1777
1790
|
"properties": {
|
|
1778
1791
|
"name": {
|
|
1779
|
-
"type": "string"
|
|
1792
|
+
"type": "string",
|
|
1793
|
+
"minLength": 1,
|
|
1794
|
+
"maxLength": 32
|
|
1780
1795
|
},
|
|
1781
1796
|
"description": {
|
|
1782
1797
|
"anyOf": [
|
|
@@ -1846,7 +1861,8 @@
|
|
|
1846
1861
|
"name": {
|
|
1847
1862
|
"anyOf": [
|
|
1848
1863
|
{
|
|
1849
|
-
"type": "string"
|
|
1864
|
+
"type": "string",
|
|
1865
|
+
"minLength": 1
|
|
1850
1866
|
},
|
|
1851
1867
|
{
|
|
1852
1868
|
"type": "null"
|
|
@@ -2080,6 +2096,7 @@
|
|
|
2080
2096
|
"properties": {
|
|
2081
2097
|
"name": {
|
|
2082
2098
|
"type": "string",
|
|
2099
|
+
"minLength": 1,
|
|
2083
2100
|
"maxLength": 64
|
|
2084
2101
|
},
|
|
2085
2102
|
"description": {
|
|
@@ -2113,6 +2130,7 @@
|
|
|
2113
2130
|
"properties": {
|
|
2114
2131
|
"name": {
|
|
2115
2132
|
"type": "string",
|
|
2133
|
+
"minLength": 1,
|
|
2116
2134
|
"maxLength": 64
|
|
2117
2135
|
},
|
|
2118
2136
|
"description": {
|
|
@@ -2134,6 +2152,7 @@
|
|
|
2134
2152
|
"properties": {
|
|
2135
2153
|
"name": {
|
|
2136
2154
|
"type": "string",
|
|
2155
|
+
"minLength": 1,
|
|
2137
2156
|
"maxLength": 64
|
|
2138
2157
|
},
|
|
2139
2158
|
"description": {
|
|
@@ -2151,6 +2170,7 @@
|
|
|
2151
2170
|
"properties": {
|
|
2152
2171
|
"name": {
|
|
2153
2172
|
"type": "string",
|
|
2173
|
+
"minLength": 1,
|
|
2154
2174
|
"maxLength": 64
|
|
2155
2175
|
},
|
|
2156
2176
|
"description": {
|
|
@@ -2170,6 +2190,7 @@
|
|
|
2170
2190
|
"anyOf": [
|
|
2171
2191
|
{
|
|
2172
2192
|
"type": "string",
|
|
2193
|
+
"minLength": 1,
|
|
2173
2194
|
"maxLength": 64
|
|
2174
2195
|
},
|
|
2175
2196
|
{
|
|
@@ -2207,6 +2228,7 @@
|
|
|
2207
2228
|
"anyOf": [
|
|
2208
2229
|
{
|
|
2209
2230
|
"type": "string",
|
|
2231
|
+
"minLength": 1,
|
|
2210
2232
|
"maxLength": 64
|
|
2211
2233
|
},
|
|
2212
2234
|
{
|
|
@@ -2231,7 +2253,9 @@
|
|
|
2231
2253
|
"type": "object",
|
|
2232
2254
|
"properties": {
|
|
2233
2255
|
"name": {
|
|
2234
|
-
"type": "string"
|
|
2256
|
+
"type": "string",
|
|
2257
|
+
"minLength": 1,
|
|
2258
|
+
"maxLength": 64
|
|
2235
2259
|
},
|
|
2236
2260
|
"category": {
|
|
2237
2261
|
"type": "string"
|
|
@@ -2251,7 +2275,9 @@
|
|
|
2251
2275
|
"type": "object",
|
|
2252
2276
|
"properties": {
|
|
2253
2277
|
"name": {
|
|
2254
|
-
"type": "string"
|
|
2278
|
+
"type": "string",
|
|
2279
|
+
"minLength": 1,
|
|
2280
|
+
"maxLength": 96
|
|
2255
2281
|
}
|
|
2256
2282
|
},
|
|
2257
2283
|
"required": [
|
package/package.json
CHANGED