JSON validator

Validation

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

Line Field Error
1 Missing required fields: Format.

Content

You can change JSON format () or edit this file.
{
  "Changes": [
    {
      "LogName": "Load Shop Portraits",
      "Action": "Load",
      "Target": "Portraits/Neith",
      "FromFile": "assets/Portraits/Neith/Neith.png"
    },
    {
      "Action": "EditData",
      "Target": "Data/Shops",
      "Entries": {
        "Wizadroid.TGW_NeithShop": {
          "ID": "Wizadroid.TGW_NeithShop",
          "Owners": [
            {
              "Portrait": "Portraits/Neith",
              "Dialogues": [
                {
                  "Dialogue": "Hello dear, welcome to Sheets-N-Things."
                }
              ],
              "Name": "Wizadroid.TGW_Neith",
              "Id": "Wizadroid.TGW_Neith"
            },
            {
              "Name": "AnyOrNone",
              "Id": "NobodyPresent",
              "ClosedMessage": "Sheets-N-Things is closed, come back later."
            }
          ],
          "SalableItemTags": [
            ""
          ],
          "Items": [
            {
              "Id": "Oceanic Rug",
              "ItemId": "(F)1228"
            }
          ]
        }
      }
    }
  ]
}