Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Commit afcb9bd

Browse files
AndrewAndrew
authored andcommitted
Merge remote-tracking branch 'origin/master'
2 parents 20c724e + 771b969 commit afcb9bd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

openapi.v2.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4899,7 +4899,8 @@
48994899
},
49004900
"password": {
49014901
"type": "string",
4902-
"description": "User’s password. Only for \"autoCreate\" action."
4902+
"description": "User’s password. Only for \"autoCreate\" action.",
4903+
"minimum": 8
49034904
}
49044905
}
49054906
}
@@ -5490,7 +5491,8 @@
54905491
"properties": {
54915492
"password": {
54925493
"type": "string",
5493-
"description": "User’s password. Character length is less than 32,"
5494+
"description": "User’s password. Character length is less than 32,",
5495+
"minimum": 8
54945496
}
54955497
}
54965498
}
@@ -7313,7 +7315,8 @@
73137315
},
73147316
"password": {
73157317
"type": "string",
7316-
"description": "User's password"
7318+
"description": "User's password",
7319+
"minimum": 8
73177320
},
73187321
"options": {
73197322
"$ref": "#/definitions/AccountOptions"
@@ -11051,6 +11054,7 @@
1105111054
"panelists": {
1105211055
"type": "array",
1105311056
"description": "List of Panelist objects",
11057+
"maximum": 30,
1105411058
"items": {
1105511059
"allOf": [
1105611060
{

0 commit comments

Comments
 (0)