action vocadb_get_api_albums_id_comments { label: "get_api_albums_id_comments" provider: vocadb method: GET path: "/api/albums/{id}/comments" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int32" } } required: ["id"] additionalProperties: false } output: { type: "array" items: { type: "object" properties: { author: { type: "object" properties: { active: { type: "boolean" } groupId: { type: "string" enum: ["Nothing", "Limited", "Regular", "Trusted", "Moderator", "Admin"] } id: { type: "integer" format: "int32" } knownLanguages: { type: "array" items: { type: "object" properties: { cultureCode: { type: "string" } proficiency: { type: "string" enum: ["Nothing", "Basics", "Intermediate", "Advanced", "Native"] } } additionalProperties: false } } mainPicture: { type: "object" properties: { mime: { type: "string" } name: { type: "string" } urlOriginal: { type: "string" } urlSmallThumb: { type: "string" } urlThumb: { type: "string" } urlTinyThumb: { type: "string" } } additionalProperties: false } memberSince: { type: "string" format: "date-time" } name: { type: "string" } oldUsernames: { type: "array" items: { type: "object" properties: { date: { type: "string" format: "date-time" } oldName: { type: "string" } } additionalProperties: false } } verifiedArtist: { type: "boolean" } } additionalProperties: false } authorName: { type: "string" } created: { type: "string" format: "date-time" } entry: { type: "object" properties: { activityDate: { type: "string" format: "date-time" } additionalNames: { type: "string" } artistString: { type: "string" } artistType: { type: "string" enum: ["Unknown", "Circle", "Label", "Producer", "Animator", "Illustrator", "Lyricist", "Vocaloid", "UTAU", "CeVIO", "OtherVoiceSynthesizer", "OtherVocalist", "OtherGroup", "OtherIndividual", "Utaite", "Band", "Vocalist", "Character", "SynthesizerV", "CoverArtist"] } createDate: { type: "string" format: "date-time" } defaultName: { type: "string" } defaultNameLanguage: { type: "string" enum: ["Unspecified", "Japanese", "Romaji", "English"] } description: { type: "string" } discType: { type: "string" enum: ["Unknown", "Album", "Single", "EP", "SplitAlbum", "Compilation", "Video", "Artbook", "Game", "Fanmade", "Instrumental", "Other"] } entryType: { type: "string" enum: ["Undefined", "Album", "Artist", "DiscussionTopic", "PV", "ReleaseEvent", "ReleaseEventSeries", "Song", "SongList", "Tag", "User", "Venue"] } eventCategory: { type: "string" enum: ["Unspecified", "AlbumRelease", "Anniversary", "Club", "Concert", "Contest", "Convention", "Other", "Festival"] } id: { type: "integer" format: "int32" } mainPicture: { type: "object" additionalProperties: true } name: { type: "string" } names: { type: "array" items: { type: "object" properties: { language: { type: "object" additionalProperties: true } value: { type: "string" } } additionalProperties: false } } pvs: { type: "array" items: { type: "object" properties: { author: { type: "string" } createdBy: { type: "integer" format: "int32" } disabled: { type: "boolean" } extendedMetadata: { type: "object" properties: { json: { type: "string" } } additionalProperties: false } id: { type: "integer" format: "int32" } length: { type: "integer" format: "int32" } name: { type: "string" } publishDate: { type: "string" format: "date-time" } pvId: { type: "string" } pvType: { type: "string" enum: ["Original", "Reprint", "Other"] } service: { type: "string" enum: ["NicoNicoDouga", "Youtube", "SoundCloud", "Vimeo", "Piapro", "Bilibili", "File", "LocalFile", "Creofuga", "Bandcamp"] } thumbUrl: { type: "string" } url: { type: "string" } } additionalProperties: false } } releaseEventSeriesName: { type: "string" } songListFeaturedCategory: { type: "string" enum: ["Nothing", "Concerts", "VocaloidRanking", "Pools", "Other"] } songType: { type: "string" enum: ["Unspecified", "Original", "Remaster", "Remix", "Cover", "Arrangement", "Instrumental", "Mashup", "MusicPV", "DramaPV", "Live", "Illustration", "Other"] } status: { type: "string" enum: ["Draft", "Finished", "Approved", "Locked"] } tagCategoryName: { type: "string" } tags: { type: "array" items: { type: "object" properties: { count: { type: "integer" format: "int32" } tag: { type: "object" properties: { additionalNames: { type: "string" } categoryName: { type: "string" } id: { type: "integer" format: "int32" } name: { type: "string" } urlSlug: { type: "string" } } additionalProperties: false } } additionalProperties: false } } urlSlug: { type: "string" } version: { type: "integer" format: "int32" } webLinks: { type: "array" items: { type: "object" properties: { category: { type: "string" enum: ["Official", "Commercial", "Reference", "Other"] } description: { type: "string" } disabled: { type: "boolean" } url: { type: "string" } } additionalProperties: false } } } additionalProperties: false } id: { type: "integer" format: "int32" } message: { type: "string" } } additionalProperties: false } } }