{
  "source_market": "US",
  "source": "The baby needs a fresh diaper before putting on his pajamas and sneakers.",
  "outputs": {
    "UK": "The baby needs a fresh nappy before putting on his pyjamas and trainers.",
    "AU": "The baby needs a fresh nappy before putting on his pyjamas and runners.",
    "CA": "The baby needs a fresh diaper before putting on his pyjamas and running shoes."
  },
  "changes": {
    "UK": [
      "diaper \u2192 nappy",
      "pajamas \u2192 pyjamas",
      "sneakers \u2192 trainers"
    ],
    "AU": [
      "diaper \u2192 nappy",
      "pajamas \u2192 pyjamas",
      "sneakers \u2192 runners"
    ],
    "CA": [
      "pajamas \u2192 pyjamas",
      "sneakers \u2192 running shoes"
    ]
  }
}