Type '{ maintainerName: string | null; maintainerEmail: string | null; version: string; providesTarball: boolean; name: string | null; shortName: string | null; uri: string; description: string | null; ... 40 more ...; noteSearchableScope: "local" | "global"; }' is not assignable to type '{ name: SchemaType<{ readonly type: "string"; readonly optional: false; readonly nullable: true; }>; uri: string; bannerUrl: SchemaType<{ readonly type: "string"; readonly optional: false; readonly nullable: true; }>; ... 46 more ...; maxFileSize: number; } & {} & { ...; }'.