-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswagger-output.json
54 lines (54 loc) · 1.19 KB
/
swagger-output.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"openapi": "3.0.0",
"info": {
"version": "1.0.0",
"title": "Rydes API",
"description": "Documentation automatically generated by the <b>swagger-autogen</b> module."
},
"servers": [
{
"url": "http://rydes-api-staging.herokuapp.com/"
},
{
"url": "https://rydes-api-staging.herokuapp.com/"
}
],
"paths": {},
"components": {
"schemas": {
"addUser": {
"type": "object",
"properties": {
"firstName": {
"type": "string",
"example": "John"
},
"lastName": {
"type": "string",
"example": "Doe"
},
"email": {
"type": "string",
"example": "johndoe@gmail.com"
},
"password": {
"type": "string",
"example": "password2021"
},
"phoneNumber": {
"type": "string",
"example": "+2348093635145"
},
"dateOfBirth": {
"type": "string",
"example": "1983-10-20"
},
"countryOfResidence": {
"type": "string",
"example": "Nigeria"
}
}
}
}
}
}