Skip to content

Instantly share code, notes, and snippets.

@ljohnso16
Created August 3, 2025 19:30
Show Gist options
  • Save ljohnso16/7162554ada87a11fab21d8909e7094fd to your computer and use it in GitHub Desktop.
Save ljohnso16/7162554ada87a11fab21d8909e7094fd to your computer and use it in GitHub Desktop.
{
"title": "Social Media Captions",
"type": "object",
"properties": {
"instagram_caption": {
"type": "string",
"description": "Caption formatted for Instagram with line breaks and hashtags"
},
"facebook_caption": {
"type": "string",
"description": "Longer, conversational caption for Facebook"
},
"linkedin_caption": {
"type": "string",
"description": "Professional and insight-driven caption for LinkedIn"
},
"hashtags": {
"type": "string",
"description": "Comma-separated or space-separated list of hashtags appropriate for each platform"
}
},
"additionalProperties": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment