Skip to content

Commit

Permalink
PR feedback, remove additional property
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso committed Dec 21, 2023
1 parent be958e6 commit d807507
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
29 changes: 1 addition & 28 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion specification/_types/query_dsl/WeightedTokensQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { float } from '@_types/Numeric'

export class WeightedTokensQuery
extends QueryBase
implements AdditionalProperty<Field, FieldValue>
{
/** The tokens representing this query */
tokens: Dictionary<string, float>
Expand Down

0 comments on commit d807507

Please sign in to comment.