Commit 1208882b authored by Mark Canterbury's avatar Mark Canterbury Committed by Mark Canterbury
Browse files

Linter

parent 08362bb0
Loading
Loading
Loading
Loading
+25 −21
Original line number Diff line number Diff line
{
  "VINtoAllocatedAccountsRecords": [
    { "AccountIdentifier" : "XYZ123" },
    {
      "AccountIdentifier": "XYZ123"
    },
    {
      "AccountIdentifier": "ABC789",
      "CreationDate": "2022-01-16T15:57:00Z",
@@ -16,7 +18,9 @@
      ],
      "DisplayName": "Display name",
      "DevicesUsed": [
            { "MACAddress" : "00:00:5e:00:53:00"}
        {
          "MACAddress": "00:00:5e:00:53:00"
        }
      ],
      "OtherInfo": {
        "item": "Any valid JSON is accepted here"
+9 −9

File changed.

Contains only whitespace changes.