Commit 8c7d97bb authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Apply 4 suggestion(s) to 2 file(s)

parent 1208882b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "VINtoAllocatedAccountsRecords": [
  "VINtoAllocatedUserAccountsRecords": [
    {
      "AccountIdentifier": "XYZ123"
    },
+3 −3
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@
        "ConnectionTime"
      ]
    },
    "VINtoAllocatedAccountsRecord": {
    "VINtoAllocatedUserAccountsRecord": {
      "type": "object",
      "properties": {
        "AccountIdentifier": {
@@ -398,10 +398,10 @@
            "$ref": "#/$defs/VINtoSubscribedServicesRecord"
          }
        },
        "VINtoAllocatedAccountsRecords": {
        "VINtoAllocatedUserAccountsRecords": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/VINtoAllocatedAccountsRecord"
            "$ref": "#/$defs/VINtoAllocatedUserAccountsRecord"
          }
        }
      }