Hello, I think you may be fooled by the docment.
Yes,there is an error in docs.
slug: @callback(operations: [CREATE, UPDATE], name: "slug") should modified to
slug: String @callback(operations: [CREATE, UPDATE], name: "slug")
the above added String ...