Add ability to view source for datasets

This commit is contained in:
Dominic Ferrando
2026-07-10 14:11:42 -04:00
parent 6d4d5f83b7
commit 0d9f8d0d01
8 changed files with 333 additions and 14 deletions
+1
View File
@@ -43,6 +43,7 @@ export const StandardsDataSchema = t.Record(
generators: t.Array(GeneratorSchema),
unit: t.Union([t.Literal("ms"), t.Literal("cm"), t.Literal("kg")]),
name: t.String(),
source: t.String()
}),
standards: t.Array(StandardSchema),
}),