From 3d261ec54789fa6fe11457c4ba6f8302fd43857c Mon Sep 17 00:00:00 2001 From: PerchunPak <68118654+PerchunPak@users.noreply.github.com> Date: Mon, 18 Apr 2022 23:21:24 +0300 Subject: [PATCH] Add Author Identities model --- swagger.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/swagger.yml b/swagger.yml index fa99502..f3fc076 100644 --- a/swagger.yml +++ b/swagger.yml @@ -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.