typespec
typespec copied to clipboard
Unable to apply @maxLength to `bytes`
model Funky {
@maxLength(200)
data: bytes;
}
Result - error decorator-wrong-target Cannot apply @maxLength decorator to type it is not a string 2:3. And unhappy developer.