Skip to content

Commit

Permalink
added revised CompletionDescription type
Browse files Browse the repository at this point in the history
  • Loading branch information
atGit2021 committed Mar 5, 2024
1 parent 3317135 commit 0f357ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dbschema/product.esdl
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ module default {
}

module Product {
type CompletionDescription {
query: str;
methodology: Methodology;
type KnownCompletionDescription {
required value: str;
required methodology: Methodology;
required createdAt: datetime;
required lastUsedAt: datetime;
}

scalar type Medium extending enum<
Expand Down

0 comments on commit 0f357ad

Please sign in to comment.