api.fluff4.me 1.0.484 → 1.0.486
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 +4 -4
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
},
|
|
310
310
|
"description": {
|
|
311
311
|
"type": "string",
|
|
312
|
-
"maxLength":
|
|
312
|
+
"maxLength": 256
|
|
313
313
|
},
|
|
314
314
|
"vanity": {
|
|
315
315
|
"type": "string",
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
},
|
|
778
778
|
"description": {
|
|
779
779
|
"type": "string",
|
|
780
|
-
"maxLength":
|
|
780
|
+
"maxLength": 256
|
|
781
781
|
},
|
|
782
782
|
"vanity": {
|
|
783
783
|
"type": "string",
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
},
|
|
895
895
|
"description": {
|
|
896
896
|
"type": "string",
|
|
897
|
-
"maxLength":
|
|
897
|
+
"maxLength": 256
|
|
898
898
|
},
|
|
899
899
|
"synopsis": {
|
|
900
900
|
"type": "string",
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
"anyOf": [
|
|
1043
1043
|
{
|
|
1044
1044
|
"type": "string",
|
|
1045
|
-
"maxLength":
|
|
1045
|
+
"maxLength": 256
|
|
1046
1046
|
},
|
|
1047
1047
|
{
|
|
1048
1048
|
"type": "null"
|
package/package.json
CHANGED