Add ability to view source for datasets
This commit is contained in:
@@ -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),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user