Skip to content

Commit 0f357ad

Browse files
author
Andre Turner
committed
added revised CompletionDescription type
1 parent 3317135 commit 0f357ad

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dbschema/product.esdl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ module default {
6666
}
6767

6868
module Product {
69-
type CompletionDescription {
70-
query: str;
71-
methodology: Methodology;
69+
type KnownCompletionDescription {
70+
required value: str;
71+
required methodology: Methodology;
72+
required createdAt: datetime;
73+
required lastUsedAt: datetime;
7274
}
7375

7476
scalar type Medium extending enum<

0 commit comments

Comments
 (0)