How to set the type for an array like
["string", [”string", ["other string"],["any"]], [”string", ["string”, ["something string"]]], ....]
That is, the depth can be any. Number of arrays after index '0' is also. The main condition, the type under the index '0' must be 'string'.