How to assign array of dictionary as entity for Core data

How do I assign an array of dictionary of the form [[String:Any]] as entity for core data.

i’ve dictionary of the form below -
[“name”: " ", “college”: " ", “age”: 0]

many of these dictionaries will be in an array. So how do I set entity for this.

I’m not sure I understand your question. You are wanting to build your entity based on what is in your array? Is that correct?