Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,46 @@ definitions:
description: Author name.
icon:
$ref: '#/definitions/Icon'
tities:
$ref: '#/definitions/AuthorIdentities'
AuthorIdentities:
title: Author Identities
description: Author nicknames in another social networks. Get dirrect from Spigot profile.
type: object
properties:
aim:
type: string
description: Outdated messanger.
discord:
type: string
description: Discord of the Author.
facebook:
type: string
description: Facebook of the Author.
github:
type: string
description: GitHub of the Author.
gtalk:
type: string
description: Outdated messanger.
icq:
type: string
description: Outdated messanger.
msn:
type: string
description: Outdated messanger.
skype:
type: string
description: Skype of the Author.
twitter:
type: string
description: Twitter of the Author.
yahoo:
type: string
description: Outdated messanger.
youtube:
type: string
description: YouTube of the Author.
Category:
title: Category
description: Model for a Category.
Expand Down