microsoft / typespec

https://typespec.io/
MIT License
4.46k stars 209 forks source link

Json schema `@prefixItems` allow array to be passed and crash #4742

Open timotheeguerin opened 1 week ago

timotheeguerin commented 1 week ago
model Person {
  @prefixItems(string[])
  names: string[]
}

Playground Link

It should validate it is a tuple before saving in the state map

markcowl commented 1 week ago

MQ