Hi @alexandradeas . I tried creating array field like the followings. ```terraform field { id = "tags" name = "tags" type = "Array" items { type = "Symbol" } } ``` And, got error. ``` The argument "link_type" is required, but no definition was found. ``` I think `link_type` field is not required for type Symbol. https://www.contentful.com/developers/docs/concepts/data-model/#array-fields Thank you.
Hi @alexandradeas .
I tried creating array field like the followings.
And, got error.
I think
link_typefield is not required for type Symbol.https://www.contentful.com/developers/docs/concepts/data-model/#array-fields
Thank you.