removedInput schema / $schema
Removed value: -"http://json-schema.org/draft-07/schema#"
changedInput schema / properties / platformOptions / description
Previous value: -"Flat platform-specific override object with camelCase keys. Per-platform text overrides (xTitle, linkedinTitle, …) are also accepted. Keys the upload-post SDK does not support are silently ignored upstream."New value: +"Flat platform-specific override object with camelCase keys. Per-platform text overrides (xTitle, linkedinTitle, …) are also accepted. Keys the upload-post SDK does not support are silently ignored upstream. Reddit posting is currently unavailable (error_code=reddit_unavailable) until the Reddit app is restored. Do not use reddit as a publish target."
changedInput schema / properties / platformOptions / properties / redditFlairId / description
Previous value: -"Reddit flair template ID."New value: +"Reddit posting is currently unavailable (error_code=reddit_unavailable) until the Reddit app is restored. Do not use reddit as a publish target."
changedInput schema / properties / platformOptions / properties / redditLinkUrl / description
Previous value: -"Link to attach on Reddit."New value: +"Reddit posting is currently unavailable (error_code=reddit_unavailable) until the Reddit app is restored. Do not use reddit as a publish target."
changedInput schema / properties / platformOptions / properties / redditSubreddit / description
Previous value: -"Subreddit name, without r/. Title is required for Reddit."New value: +"Reddit posting is currently unavailable (error_code=reddit_unavailable) until the Reddit app is restored. Do not use reddit as a publish target."
addedInput schema / properties / platformOptions / properties / replyToId
Added value: +{
+ "description": "Publish as a reply to an existing post (X: tweet ID; Bluesky: post URL or AT-URI). On X's Pay-Per-Use tier a reply to an author the account has not engaged with is rejected with 403.",
+ "type": "string"
+}
addedInput schema / properties / platformOptions / properties / tiktokFirstComment
Added value: +{
+ "description": "First comment posted under the TikTok post, overriding the shared `firstComment` for TikTok only. Requires the 'comments' capability on the profile's TikTok account (see the `capabilities` array in list_users).",
+ "type": "string"
+}
addedInput schema / properties / platformOptions / properties / xReplyToId
Added value: +{
+ "description": "Alias of replyToId, scoped to X: the tweet ID to reply to.",
+ "type": "string"
+}
addedInput schema / properties / platforms / description
Added value: +"Required array of platform identifiers. Reddit posting is currently unavailable (error_code=reddit_unavailable) until the Reddit app is restored. Do not use reddit as a publish target."
addedInput schema / properties / platforms / items / description
Added value: +"Target social platform. Reddit posting is currently unavailable (error_code=reddit_unavailable) until the Reddit app is restored. Do not use reddit as a publish target."
removedOutput schema / $schema
Removed value: -"http://json-schema.org/draft-07/schema#"