Creates list of users with given input array
- application/json
Request Body array required
List of user object
- Array [
pet object
- oneOf
- MOD1
- MOD2
category Category
name stringPossible values:
non-empty
Category name
sub object
Test Sub Category
prop1 stringDumb Property
name string requiredThe name given to a pet
photoUrls url[] requiredPossible values:
<= 20
The list of URL to a cute photos featuring pet
friend circular()tags Tag[]
Possible values:
>= 1
Tags attached to the pet
Array [name stringPossible values:
non-empty
Tag name
]status stringPossible values: [
available
,pending
,sold
]Pet status in the store
petType stringPossible values: [
cat
,dog
,bee
]Type of a pet
- cat
- dog
- bee
huntingSkill string requiredPossible values: [
clueless
,lazy
,adventurous
,aggressive
]Default value:
lazy
The measured skill for hunting
packSize int32 requiredPossible values:
>= 1
Default value:
1
The size of the pack the dog is from
honeyPerDay number requiredAverage amount of honey produced per day in ounces
name stringPossible values:
non-empty
Tag name
- oneOf
- username string
Possible values:
>= 4 characters
User supplied username
- firstName string
Possible values:
non-empty
User first name
- lastName string
Possible values:
non-empty
User last name
- email email
User email address
- password password
Possible values:
>= 8 characters
, Value must match regular expression/(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])/
User password, MUST contain a mix of upper and lower case letters, as well as digits
- phone string
Possible values: Value must match regular expression
/^\+(?:[0-9]-?){6,14}[0-9]$/
User phone number in international format
- userStatus int32
User status
- ]
- default
successful operation