JSON validator

Validation

Oops, found some issues with your JSON. See format documentation for more info.

Line Field Error
2 LogName Property 'LogName' has not been defined and the schema does not allow additional properties.
3 Action Property 'Action' has not been defined and the schema does not allow additional properties.
4 Target Property 'Target' has not been defined and the schema does not allow additional properties.
5 Entries Property 'Entries' has not been defined and the schema does not allow additional properties.
1 Missing required fields: Format, Changes.

Content

You can change JSON format () or edit this file.
{
  "LogName": "Anonymous Wedding Flowers",
  "Action": "EditData",
  "Target": "Data/SpecialOrders",
  "Entries": {
    "RattoMod_Anonymous_WeddingFlowersOrder": {
      "Name": "Wedding Flowers",
      "Requester": "Pierre",
      "Duration": "TwoWeeks",
      "Repeatable": "False",
      "RequiredTags": "!season_spring, !season_winter, !dropbox_PierreBox",
      "OrderType": "Donate",
      "SpecialRule": "",
      "ItemToRemoveOnEnd": null,
      "MailToRemoveOnEnd": null,
      "RandomizedElements": null,
      "Text": "A message from my cousin: I'm getting married soon, and my cousin Pierre says the flowers here are beautiful! Could someone drop off 20 sunflowers at his shop?",
      "Objectives": [
        {
          "Type": "Donate",
          "Text": "Drop off 20 Sunflowers in the empty box in Pierre's shop",
          "RequiredCount": "20",
          "Data": {
            "AcceptedContextTags": "item_sunflower",
            "DropBox": "PierreBox",
            "DropBoxGameLocation": "SeedShop",
            "DropBoxIndicatorLocation": "18.5 27"
          }
        },
        {
          "Type": "Donate",
          "Text": "Drop off 20 Sunflowers in the empty box in Pierre's shop",
          "RequiredCount": "20",
          "Data": {
            "AcceptedContextTags": "item_sunflower",
            "DropBox": "PierreBox",
            "DropBoxGameLocation": "SeedShop",
            "DropBoxIndicatorLocation": "18.5 27"
          }
        }
      ],
      "Rewards": [
        {
          "Type": "Money",
          "Data": {
            "Amount": "5000"
          }
        },
        {
          "Type": "Friendship",
          "Data": {}
        }
      ]
    }
  }
}