[
  {
    "id": "Person",
    "title": "Let's make a song to celebrate a special person in your life",
    "buttonTitle": "Person",
    "description": "Make a song about your mom, partner, best friend, or anyone else in your life.",
    "content": [
      "I'm celebrating ",
      {
        "type": "input",
        "field": "personName",
        "placeholder": "NAME OF PERSON",
        "maxLength": 100
      },
      " my ",
      {
        "type": "input",
        "field": "personRelationship",
        "placeholder": "RELATIONSHIP TO PERSON",
        "maxLength": 100
      },
      ".",
      "My favorite thing about them is ",
      {
        "type": "input",
        "field": "personFavoriteThing",
        "placeholder": "FAVORITE THING ABOUT THEM",
        "maxLength": 100
      },
      ",",
      " and the funniest thing about them is ",
      {
        "type": "input",
        "field": "personFunniestThing",
        "placeholder": "FUNNIEST THING ABOUT THEM",
        "maxLength": 100
      },
      ".",
      "Their favorite genre of music is ",
      {
        "type": "input",
        "field": "personGenre",
        "placeholder": "GENRE",
        "maxLength": 100
      },
      "."
    ],
    "template": "I'm celebrating {personName} my {personRelationship}. My favorite thing about them is {personFavoriteThing}, and the funniest thing about them is {personFunniestThing}. Please write the song in {personGenre} genre."
  },
  {
    "id": "SpecialOccasions",
    "title": "Let's make a song to celebrate a special occasion!",
    "buttonTitle": "Special Occasions",
    "description": "Make a song to celebrate a birthday, holiday, or other special life events.",
    "content": [
      "I'm celebrating ",
      {
        "type": "input",
        "field": "specialOccasionTitleOccasion",
        "placeholder": "TITLE OF SPECIAL OCCASION",
        "maxLength": 125
      },
      " with/for ",
      {
        "type": "input",
        "field": "specialOccasionName",
        "placeholder": "NAME OF RECIPIENT",
        "maxLength": 125
      },
      ". ",
      "My favorite part about this day is ",
      {
        "type": "input",
        "field": "specialOccasionFavoritePart",
        "placeholder": "FAVORITE PART OF OCCASION",
        "maxLength": 125
      },
      ", ",
      "and my favorite genre of music is ",
      {
        "type": "input",
        "field": "specialOccasionFavoriteGenre",
        "placeholder": "GENRE OF MUSIC",
        "maxLength": 125
      },
      "."
    ],
    "template": "I'm celebrating {specialOccasionTitleOccasion} with/for {specialOccasionName}. My favorite part about this day is {specialOccasionFavoritePart} and my favorite genre of music is {specialOccasionFavoriteGenre}."
  },
  {
    "id": "Moods",
    "title": "Let's make a song to match your mood",
    "buttonTitle": "Moods",
    "description": "Make a song to chill to, get hype to, or any vibe you want to feel.",
    "content": [
      "I'm currently feeling ",
      {
        "type": "input",
        "field": "moodsMood",
        "placeholder": "MOOD",
        "maxLength": 166
      },
      " and I want to feel ",
      {
        "type": "input",
        "field": "moodsDesiredMood",
        "placeholder": "YOUR DESIRED MOOD",
        "maxLength": 166
      },
      ".",
      "My favorite genre of music is ",
      {
        "type": "input",
        "field": "moodsGenre",
        "placeholder": "GENRE",
        "maxLength": 166
      },
      "."
    ],
    "template": "I'm currently feeling {moodsMood} and I want to feel {moodsDesiredMood}. My favorite genre of music is {moodsGenre}. Please write the song in {moodsGenre} style."
  },
  {
    "id": "Activity",
    "title": "Let's make a song to soundtrack your activity",
    "buttonTitle": "Activity",
    "description": "Make a song to jam to at your next group hangout or party.",
    "content": [
      "I'm going to ",
      {
        "type": "input",
        "field": "activityActivity",
        "placeholder": "ACTIVITY",
        "maxLength": 125
      },
      " with ",
      {
        "type": "input",
        "field": "activityPerson",
        "placeholder": "PERSON",
        "maxLength": 125
      },
      ".",
      "The vibes we want to feel are ",
      {
        "type": "input",
        "field": "activityDesiredMood",
        "placeholder": "DESIRED MOOD",
        "maxLength": 125
      },
      " and our favorite genre of music is ",
      {
        "type": "input",
        "field": "activityGenre",
        "placeholder": "GENRE",
        "maxLength": 125
      },
      "."
    ],
    "template": "I'm going to {activityActivity} with {activityPerson}. The vibes we want to feel are {activityDesiredMood} and our favorite genre of music is {activityGenre}. Please write the song in {activityGenre} style."
  },
  {
    "id": "Greeting",
    "title": "Let's make a song to give someone in your life a special greeting",
    "buttonTitle": "Greeting",
    "description": "Make a song to say thank you, congratulations, or get well soon.",
    "content": [
      "I'm saying ",
      {
        "type": "input",
        "field": "greetingGreeting",
        "placeholder": "GREETING",
        "maxLength": 125
      },
      " to ",
      {
        "type": "input",
        "field": "greetingName",
        "placeholder": "NAME OF PERSON",
        "maxLength": 125
      },
      ".",
      "This person is special to me because ",
      {
        "type": "input",
        "field": "greetingThing",
        "placeholder": "THING YOU LOVE ABOUT THEM",
        "maxLength": 125
      },
      ".",
      "Their favorite genre of music is ",
      {
        "type": "input",
        "field": "greetingGenre",
        "placeholder": "GENRE",
        "maxLength": 125
      },
      "."
    ],
    "template": "I'm saying {greetingGreeting} to {greetingName}. This person is special to me because {greetingThing}. Please write the song in {greetingGenre} genre."
  },
  {
    "id": "Vacation",
    "title": "Let's make a song to get excited for your upcoming trip",
    "buttonTitle": "Vacation",
    "description": "Make a song to get excited for your next fun trip.",
    "content": [
      "I'm traveling to ",
      {
        "type": "input",
        "field": "vacationPlace",
        "placeholder": "NAME OF PLACE",
        "maxLength": 100
      },
      " in/on ",
      {
        "type": "input",
        "field": "vacationDate",
        "placeholder": "WHEN YOU WILL TRAVEL THERE",
        "maxLength": 100
      },
      ".",
      "When I get there, I'm most excited to see ",
      {
        "type": "input",
        "field": "vacationAttraction",
        "placeholder": "NAME OF ATTRACTION",
        "maxLength": 100
      },
      ",",
      " eat ",
      {
        "type": "input",
        "field": "vacationFood",
        "placeholder": "NAME OF FOOD",
        "maxLength": 100
      },
      ",",
      " and try ",
      {
        "type": "input",
        "field": "vacationActivity",
        "placeholder": "ACTIVITY",
        "maxLength": 100
      },
      "."
    ],
    "template": "I'm traveling to {vacationPlace} when {vacationDate}. When I get there, I'm most excited to see {vacationAttraction}, eat {vacationFood}, and try {vacationActivity}. Write a song about this, please."
  },
  {
    "id": "Scrapbook",
    "title": "Let's make a song to commemorate your special memory",
    "buttonTitle": "Scrapbook",
    "description": "Make a song to commemorate your most treasured memories.",
    "content": [
      "I'm celebrating the time that ",
      {
        "type": "input",
        "field": "scrapbookPerson",
        "placeholder": "NAME OF PERSON",
        "maxLength": 125
      },
      " ",
      {
        "type": "input",
        "field": "scrapbookAction",
        "placeholder": "WHAT THEY DID",
        "maxLength": 125
      },
      ".",
      "This memory is special because ",
      {
        "type": "input",
        "field": "scrapbookReason",
        "placeholder": "REASON",
        "maxLength": 125
      },
      ".",
      "Their favorite genre of music is ",
      {
        "type": "input",
        "field": "scrapbookGenre",
        "placeholder": "GENRE",
        "maxLength": 125
      },
      "."
    ],
    "template": "I'm celebrating the time that {scrapbookPerson} {scrapbookAction}. This memory is special because {scrapbookReason}. Their favorite genre of music is {scrapbookGenre}, write the song in this style."
  },
  {
    "id": "Pet",
    "title": "Let's make a song to celebrate your pet and how they make your life better",
    "buttonTitle": "Pet",
    "description": "Make a song to celebrate how cute and quirky your pet is.",
    "content": [
      "My pet's name is ",
      {
        "type": "input",
        "field": "petName",
        "placeholder": "NAME OF PET",
        "maxLength": 100
      },
      " and they are a ",
      {
        "type": "input",
        "field": "petType",
        "placeholder": "TYPE OF PET",
        "maxLength": 100
      },
      ".",
      "They are ",
      {
        "type": "input",
        "field": "petPhysical",
        "placeholder": "PHYSICAL APPEARANCE",
        "maxLength": 100
      },
      ",",
      " and they always make me smile because ",
      {
        "type": "input",
        "field": "petSmile",
        "placeholder": "THING YOU LOVE ABOUT THEM",
        "maxLength": 100
      },
      ".",
      "If they listened to music, their favorite genre would be ",
      {
        "type": "input",
        "field": "petGenre",
        "placeholder": "GENRE",
        "maxLength": 100
      },
      "."
    ],
    "template": "Write a song about my pet, {petName} which is a {petType}. They are a {petType}. I love their {petPhysical} and {petSmile}. Make the song in the genre {petGenre}."
  }
]
