Skip to content

Commit

Permalink
remove redundant example
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowOfTheSpace committed Nov 26, 2024
1 parent c95063d commit 359949b
Showing 1 changed file with 43 additions and 92 deletions.
135 changes: 43 additions & 92 deletions docs/user/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,99 +218,50 @@ paths:
application/json:
schema:
$ref: '#/definitions/user'
examples:
example1:
summary: Example 1
value:
_id: 6255bc080a75adf9223df100
role: student
firstName: John
lastName: Doe
email: [email protected]
mainSubjects:
{
student:
[
{
_id: 64593435163b62124ce4c3ab,
category:
{
_id: '6421ed8ed991d46a84721df2',
name: Cybersecurity,
appearance: { icon: 'IconName', color: '#123456' }
},
subjects: [{ _id: '6421ed8ed991d46a84721df2', name: 'XSS Attack' }],
isDeletionBlocked: false
}
],
tutor: []
}
totalReviews: { student: 10, tutor: 0 }
averageRating: { student: 4.5, tutor: 0 }
nativeLanguage: english
address: { country: The USA, city: California }
ProfessionalSummary: KNPU H.S. Skovoroda
photo: john-doe-photo.jpg
status: { student: active, tutor: active, admin: active }
isEmailConfirmed: true
isFirstLogin: true
lastLogin: 2022-09-02T11:59:53.243+00:00
bookmarkedOffers: []
FAQ:
{
student: [{ question: tutor question, _id: 63525e23bf163f5ea609ff2b, answer: tutor answer }],
tutor: [{ question: tutor question, _id: 63525e23bf163f5ea609ff2b, answer: tutor answer }]
}
videoLink:
{ student: www.youtube.com/watch?v=ebTnuLRnIOY, tutor: www.youtube.com/watch?v=ebTnuLRnIOY }
createdAt: 2021-04-09T11:34:53.243+00:00
updatedAt: 2022-09-02T11:59:53.243+00:00
example2:
summary: Example 2
value:
_id: 6255bc080a75adf9223df100
role: student
firstName: John
lastName: Doe
email: [email protected]
mainSubjects:
{
student:
[
example:
_id: 6255bc080a75adf9223df100
role: student
firstName: John
lastName: Doe
email: [email protected]
mainSubjects:
{
student:
[
{
_id: 64593435163b62124ce4c3ab,
category:
{
_id: 64593435163b62124ce4c3ab,
category:
{
_id: '6421ed8ed991d46a84721df2',
name: Cybersecurity,
appearance: { icon: 'IconName', color: '#123456' }
},
subjects: [{ _id: '6421ed8ed991d46a84721df2', name: 'XSS Attack' }],
isDeletionBlocked: false
}
],
tutor: []
}
totalReviews: { student: 10, tutor: 0 }
averageRating: { student: 4.5, tutor: 0 }
nativeLanguage: english
address: { country: The USA, city: California }
professionalSummary: KNPU H.S. Skovoroda
photo: john-doe-photo.jpg
status: { student: active, tutor: active, admin: active }
isEmailConfirmed: true
isFirstLogin: true
lastLogin: 2022-09-02T11:59:53.243+00:00
bookmarkedOffers: []
FAQ:
{
student: [{ question: tutor question, _id: 63525e23bf163f5ea609ff2b, answer: tutor answer }],
tutor: [{ question: tutor question, _id: 63525e23bf163f5ea609ff2b, answer: tutor answer }]
}
videoLink:
{ student: www.youtube.com/watch?v=ebTnuLRnIOY, tutor: www.youtube.com/watch?v=ebTnuLRnIOY }
createdAt: 2021-04-09T11:34:53.243+00:00
updatedAt: 2022-09-02T11:59:53.243+00:00
_id: '6421ed8ed991d46a84721df2',
name: Cybersecurity,
appearance: { icon: 'IconName', color: '#123456' }
},
subjects: [{ _id: '6421ed8ed991d46a84721df2', name: 'XSS Attack' }],
isDeletionBlocked: false
}
],
tutor: []
}
totalReviews: { student: 10, tutor: 0 }
averageRating: { student: 4.5, tutor: 0 }
nativeLanguage: english
address: { country: The USA, city: California }
professionalSummary: KNPU H.S. Skovoroda
photo: john-doe-photo.jpg
status: { student: active, tutor: active, admin: active }
isEmailConfirmed: true
isFirstLogin: true
lastLogin: 2022-09-02T11:59:53.243+00:00
bookmarkedOffers: []
FAQ:
{
student: [{ question: tutor question, _id: 63525e23bf163f5ea609ff2b, answer: tutor answer }],
tutor: [{ question: tutor question, _id: 63525e23bf163f5ea609ff2b, answer: tutor answer }]
}
videoLink:
{ student: www.youtube.com/watch?v=ebTnuLRnIOY, tutor: www.youtube.com/watch?v=ebTnuLRnIOY }
createdAt: 2021-04-09T11:34:53.243+00:00
updatedAt: 2022-09-02T11:59:53.243+00:00
400:
description: Bad Request
content:
Expand Down

0 comments on commit 359949b

Please sign in to comment.