SDCs with `maxLength` are mapped to `string`, unclear whether that supports e.g. a limit of `100000`
At which point should a high enough `maxLength` cause it to switch from `string` to `string_long`? And if `string_long`, there's no built-in way to enforce a max! :grimacing:
issue