Skip to content

Commit

Permalink
added type to wrong place of specs
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Dec 15, 2024
1 parent 8933a5a commit 5862ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/schemas/_core.mtermvectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ components:
$ref: '_common.yaml#/components/schemas/VersionNumber'
version_type:
$ref: '_common.yaml#/components/schemas/VersionType'
_type:
$ref: '_common.yaml#/components/schemas/Type'
required:
- _id
TermVectorsResult:
Expand All @@ -64,6 +62,8 @@ components:
$ref: '_core.termvectors.yaml#/components/schemas/TermVector'
error:
$ref: '_common.yaml#/components/schemas/ErrorCause'
_type:
$ref: '_common.yaml#/components/schemas/Type'
required:
- _id
- _index

0 comments on commit 5862ab4

Please sign in to comment.