We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a543202 commit 640d833Copy full SHA for 640d833
apps/class-solid/src/lib/analysis_type.ts
@@ -33,6 +33,7 @@ export function parseAnalysis(raw: unknown): Analysis {
33
const schema = {
34
oneOf: [
35
{
36
+ type: "object",
37
required: [
38
"id",
39
"description",
0 commit comments