Skip to content

Commit

Permalink
Correct numeric types
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Nov 13, 2024
1 parent f58b7e8 commit 43fc98b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions spec/namespaces/indices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ components:
The index template with the highest priority is chosen.
If no priority is specified the template is treated as though it is of priority 0 (lowest priority).
This number is not automatically generated by OpenSearch.
type: number
type: integer
version:
$ref: '../schemas/_common.yaml#/components/schemas/VersionNumber'
_meta:
Expand Down Expand Up @@ -2225,7 +2225,7 @@ components:
The index template with the highest priority is chosen.
If no priority is specified the template is treated as though it is of priority 0 (lowest priority).
This number is not automatically generated by OpenSearch.
type: number
type: integer
version:
$ref: '../schemas/_common.yaml#/components/schemas/VersionNumber'
_meta:
Expand Down
3 changes: 2 additions & 1 deletion spec/schemas/indices._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,8 @@ components:
The index template with the highest priority is chosen.
If no priority is specified the template is treated as though it is of priority 0 (lowest priority).
This number is not automatically generated by OpenSearch.
type: number
type: integer
format: int64
_meta:
$ref: '_common.yaml#/components/schemas/Metadata'
allow_auto_create:
Expand Down

0 comments on commit 43fc98b

Please sign in to comment.