What's new in the Minikai API.

Skill assets report their size

skillsattachmentsschema

v1.8.0 Each skill asset now carries a size field (in bytes), so you can display or budget storage without downloading the file first.

Explicit type on nullable enum fields

schemarelease

v1.6.1 Nullable enum fields now declare "type": "string" next to their oneOf reference in the spec, from an OpenAPI generator upgrade. Behaviour is unchanged and this is a safe upgrade.