kitbash errors

Invalid manifest

https://kitbash.zyx.tw/errors/invalid-manifest

Status
422
When
kitbash.yaml does not satisfy spec/manifest.schema.json: a missing name or description, a description over the length limit, an unknown field, a kit hook that is not one of the five, a permits block that is not a list.
What to do
Read the detail for the failing field, correct the manifest with fs_write and call again.

Every problem kitbash returns is an RFC 9457 object with type, title, status, detail, an optional instance and a fix written for the call that failed. This page explains the class; the detail and fix in the object explain the instance.