Currently the following syntax will fail to generate the spec if a c-style raw array is used in a struct type definition i.e. ```yml type: size_t name: my_array[3] desc: [in] C-Style array ```