What's new in the Minikai API.

Numeric fields declare their type

schemarelease

v1.19.2 Counts, page sizes and totals now declare a type in the spec (the number, or the same value as a string) instead of carrying only a validation pattern, so a generated client describes them rather than falling back to an untyped value. The fields that can come back null, status on 400 responses and totalCount on paginated lists, are described as nullable for the first time. Behaviour is unchanged and upgrading is safe, though a strict type checker may now ask you to narrow one of these fields before doing arithmetic on it.