Nested arrays in a JSON in netlify CMS

Can somebody tell me if data in the below is possible to use in netlify cms? I’m struggling to find much in the docs about dealing with json.

{
  "Cars": [   //added this so it wasn't an root-level array
    {
      "Ferrari": [
        {
          "title": "car1",
          "image": "https://images2.imgbox.com/93/1e/iBKQngQZ_o.jpg"
        },
        {
          "title": "car2",
          "image": "https://images2.imgbox.com/0d/70/rAA4zxBQ_o.jpg"
        },
        
      }
    ]
  },
  {
    "Skoda": [
      {
        "title": "car3",
        "image": "https://images2.imgbox.com/a7/be/KjRbaHOh_o.jpg"
      },
      {
        "title": "car4",
        "image": "https://images2.imgbox.com/71/67/GMEEs8N0_o.jpg"
      },
      
    ]
  },
  {
    "VW": [
      {
        "title": "car5",
        "image": "https://images2.imgbox.com/6b/bb/y9DvimOE_o.jpg"
      },
      {
        "title": "car6",
        "image": "https://images2.imgbox.com/97/7f/YU8SiGvt_o.jpg"
      },
      "title": "car7",
      "image": "https://images2.imgbox.com/51/fb/5CO9MsLk_o.jpg"
    }
  ]
},
{
  "Porshe": [
    {
      "title": "car8",
      "image": "https://images2.imgbox.com/86/c2/Kr6Pfu0W_o.jpg"
    },
    {
      "title": "car9",
      "image": "https://images2.imgbox.com/2c/2e/HvebMXX8_o.jpg"
    }
  ]
}
]
}

Thanks…

Hi,

Netlify CMS has moved to Decap CMS. I would encourage you to reach out to them about your query.