This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache template
User
pet object
Possible values: [cat, dog, bee]
- cat
- dog
- bee
The measured skill for hunting
Possible values: [clueless, lazy, adventurous, aggressive]
lazyadventurousThe size of the pack the dog is from
Possible values: >= 1
1Average amount of honey produced per day in ounces
03.14User supplied username
Possible values: >= 4 characters
John78User first name
Possible values: non-empty
JohnUser last name
Possible values: non-empty
SmithUser email address
john.smith@example.comUser password, MUST contain a mix of upper and lower case letters, as well as digits
Possible values: >= 8 characters, Value must match regular expression /(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])/
drowssaP123User phone number in international format
Possible values: Value must match regular expression /^\+(?:[0-9]-?){6,14}[0-9]$/
+1-202-555-0192User status
This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache template
{
"id": 0,
"pet": {
"id": 0,
"category": {
"id": 0,
"name": "string",
"sub": {
"prop1": "string"
}
},
"name": "Guru",
"photoUrls": [
"string"
],
"friend": {},
"tags": [
{
"id": 0,
"name": "string"
}
],
"status": "available",
"petType": {
"huntingSkill": "adventurous"
}
},
"username": "John78",
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@example.com",
"password": "drowssaP123",
"phone": "+1-202-555-0192",
"userStatus": 0
}