Type '{ type: "object"; nullable: boolean; properties: { framework: { type: string; nullable: boolean; properties: { cypress: { type: string; nullable: boolean; properties: { screenshotsFolder: { type: string; nullable: boolean; }; }; }; }; }; }; }' is not assignable to type 'JSONSchemaType<FrameworkOptionsType<"cypress", ReporterOptionsType>>'.