Add Size Limits to TypeName
Domain Names have restrictions on their total length, and the length of individual labels1.
Since TypeNames are expected to be reverse domain name strings, the
total length of the internal string should not exceed 255 and each
component should not exceed 63.
1
https://www.rfc-editor.org/rfc/rfc1035#section-2.3.4
Domain Names have restrictions on their total length, and the length of individual labels1.
Since TypeNames are expected to be reverse domain name strings, the
total length of the internal string should not exceed 255 and each
component should not exceed 63.
1
https://www.rfc-editor.org/rfc/rfc1035#section-2.3.4
Rebase