failure
ArgumentValidationError: Value does not match validator.
Path: .activityValues
Value: {details: {description: "Bevæg dig udenfor og find 20 fugle og tag et billede og upload dit fund", difficulty: "hard", rewardPoints: 200.0, thumbnail: "", title: "Find 20 fugle i naturen"}, type: "challenge"}
Validator: v.union(v.object({details: v.object({description: v.optional(v.string()), difficulty: v.union(v.literal("easy"), v.literal("medium"), v.literal("hard")), rewardPoints: v.float64(), thumbnail: v.optional(v.id("_storage")), title: v.string()}),
... rest of the error, too long to paste
failure
ArgumentValidationError: Value does not match validator.
Path: .activityValues
Value: {details: {description: "Bevæg dig udenfor og find 20 fugle og tag et billede og upload dit fund", difficulty: "hard", rewardPoints: 200.0, thumbnail: "", title: "Find 20 fugle i naturen"}, type: "challenge"}
Validator: v.union(v.object({details: v.object({description: v.optional(v.string()), difficulty: v.union(v.literal("easy"), v.literal("medium"), v.literal("hard")), rewardPoints: v.float64(), thumbnail: v.optional(v.id("_storage")), title: v.string()}),
... rest of the error, too long to paste