action vocadb_post_api_song_lists { label: "post_api_songLists" provider: vocadb method: POST path: "/api/songLists" encoding: json input: { type: "object" properties: { deleted: { type: "boolean" } description: { type: "string" } eventDate: { type: "string" format: "date-time" } featuredCategory: { type: "string" enum: ["Nothing", "Concerts", "VocaloidRanking", "Pools", "Other"] } id: { type: "integer" format: "int32" } mainPicture: { type: "object" properties: { mime: { type: "string" } name: { type: "string" } urlOriginal: { type: "string" } urlSmallThumb: { type: "string" } urlThumb: { type: "string" } urlTinyThumb: { type: "string" } } additionalProperties: false } name: { type: "string" } songLinks: { type: "array" items: { type: "object" properties: { notes: { type: "string" } order: { type: "integer" format: "int32" } song: { type: "object" properties: { additionalNames: { type: "string" } albums: { type: "array" items: { type: "object" properties: { additionalNames: { type: "string" } artistString: { type: "string" } coverPictureMime: { type: "string" } createDate: { type: "string" format: "date-time" } deleted: { type: "boolean" } discType: { type: "string" enum: ["Unknown", "Album", "Single", "EP", "SplitAlbum", "Compilation", "Video", "Artbook", "Game", "Fanmade", "Instrumental", "Other"] } id: { type: "integer" format: "int32" } name: { type: "string" } ratingAverage: { type: "number" format: "double" } ratingCount: { type: "integer" format: "int32" } releaseDate: { type: "object" properties: { day: { type: "integer" format: "int32" } formatted: { type: "string" } isEmpty: { type: "boolean" } month: { type: "integer" format: "int32" } year: { type: "integer" format: "int32" } } additionalProperties: false } releaseEvent: { type: "object" properties: { additionalNames: { type: "string" } artists: { type: "array" items: { type: "object" additionalProperties: true } } category: { type: "string" enum: ["Unspecified", "AlbumRelease", "Anniversary", "Club", "Concert", "Contest", "Convention", "Other", "Festival"] } date: { type: "string" format: "date-time" } description: { type: "string" } endDate: { type: "string" format: "date-time" } id: { type: "integer" format: "int32" } mainPicture: { type: "object" additionalProperties: true } name: { type: "string" } names: { type: "array" items: { type: "object" additionalProperties: true } } pvs: { type: "array" items: { type: "object" additionalProperties: true } } series: { type: "object" properties: { additionalNames: { type: "object" additionalProperties: true } category: { type: "object" additionalProperties: true } deleted: { type: "object" additionalProperties: true } description: { type: "object" additionalProperties: true } id: { type: "object" additionalProperties: true } name: { type: "object" additionalProperties: true } pictureMime: { type: "object" additionalProperties: true } status: { type: "object" additionalProperties: true } urlSlug: { type: "object" additionalProperties: true } version: { type: "object" additionalProperties: true } webLinks: { type: "object" additionalProperties: true } } additionalProperties: false } seriesId: { type: "integer" format: "int32" } seriesNumber: { type: "integer" format: "int32" } seriesSuffix: { type: "string" } songList: { type: "object" properties: { featuredCategory: { type: "object" additionalProperties: true } id: { type: "object" additionalProperties: true } name: { type: "object" additionalProperties: true } } additionalProperties: false } status: { type: "object" additionalProperties: true } tags: { type: "array" items: { type: "object" additionalProperties: true } } urlSlug: { type: "string" } venue: { type: "object" properties: { additionalNames: { type: "object" additionalProperties: true } address: { type: "object" additionalProperties: true } addressCountryCode: { type: "object" additionalProperties: true } coordinates: { type: "object" additionalProperties: true } deleted: { type: "object" additionalProperties: true } description: { type: "object" additionalProperties: true } events: { type: "object" additionalProperties: true } id: { type: "object" additionalProperties: true } name: { type: "object" additionalProperties: true } names: { type: "object" additionalProperties: true } status: { type: "object" additionalProperties: true } version: { type: "object" additionalProperties: true } webLinks: { type: "object" additionalProperties: true } } additionalProperties: false } venueName: { type: "string" } version: { type: "integer" format: "int32" } webLinks: { type: "array" items: { type: "object" additionalProperties: true } } } additionalProperties: false } status: { type: "object" additionalProperties: true } version: { type: "integer" format: "int32" } } additionalProperties: false } } artistString: { type: "string" } artists: { type: "array" items: { type: "object" properties: { artist: { type: "object" properties: { additionalNames: { 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"] } deleted: { type: "boolean" } id: { type: "integer" format: "int32" } name: { type: "string" } pictureMime: { type: "string" } releaseDate: { type: "string" format: "date-time" } status: { type: "object" additionalProperties: true } version: { type: "integer" format: "int32" } } additionalProperties: false } categories: { type: "string" enum: ["Nothing", "Vocalist", "Producer", "Animator", "Label", "Circle", "Other", "Band", "Illustrator", "Subject"] } effectiveRoles: { type: "string" enum: ["Default", "Animator", "Arranger", "Composer", "Distributor", "Illustrator", "Instrumentalist", "Lyricist", "Mastering", "Publisher", "Vocalist", "VoiceManipulator", "Other", "Mixer", "Chorus", "Encoder", "VocalDataProvider"] } id: { type: "integer" format: "int32" } isCustomName: { type: "boolean" } isSupport: { type: "boolean" } name: { type: "string" } roles: { type: "object" additionalProperties: true } } additionalProperties: false } } createDate: { type: "string" format: "date-time" } defaultName: { type: "string" } defaultNameLanguage: { type: "string" enum: ["Unspecified", "Japanese", "Romaji", "English"] } deleted: { type: "boolean" } favoritedTimes: { type: "integer" format: "int32" } id: { type: "integer" format: "int32" } lengthSeconds: { type: "integer" format: "int32" } lyrics: { type: "array" items: { type: "object" properties: { cultureCode: { type: "string" } id: { type: "integer" format: "int32" } source: { type: "string" } translationType: { type: "string" enum: ["Original", "Romanized", "Translation"] } url: { type: "string" } value: { type: "string" } } additionalProperties: false } } mainPicture: { type: "object" additionalProperties: true } maxMilliBpm: { type: "integer" format: "int32" } mergedTo: { type: "integer" format: "int32" } minMilliBpm: { type: "integer" format: "int32" } name: { type: "string" } names: { type: "array" items: { type: "object" additionalProperties: true } } originalVersionId: { type: "integer" format: "int32" } publishDate: { type: "string" format: "date-time" } pvServices: { type: "string" enum: ["Nothing", "NicoNicoDouga", "Youtube", "SoundCloud", "Vimeo", "Piapro", "Bilibili", "File", "LocalFile", "Creofuga", "Bandcamp"] } pvs: { type: "array" items: { type: "object" additionalProperties: true } } ratingScore: { type: "integer" format: "int32" } releaseEvent: { type: "object" additionalProperties: true } songType: { type: "string" enum: ["Unspecified", "Original", "Remaster", "Remix", "Cover", "Arrangement", "Instrumental", "Mashup", "MusicPV", "DramaPV", "Live", "Illustration", "Other"] } status: { type: "object" additionalProperties: true } tags: { type: "array" items: { type: "object" additionalProperties: true } } thumbUrl: { type: "string" } version: { type: "integer" format: "int32" } webLinks: { type: "array" items: { type: "object" additionalProperties: true } } } additionalProperties: false } songInListId: { type: "integer" format: "int32" } } additionalProperties: false } } status: { type: "object" additionalProperties: true } updateNotes: { type: "string" } } additionalProperties: false } output: { type: "integer" format: "int32" } }