Skip to content

Commit

Permalink
chore: fix validate ci
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <tokesh789@gmail.com>
  • Loading branch information
Tokesh committed Jan 22, 2025
1 parent 031cd73 commit 73de733
Show file tree
Hide file tree
Showing 40 changed files with 415 additions and 2 deletions.
2 changes: 2 additions & 0 deletions spec/namespaces/_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3191,6 +3191,7 @@ components:
result:
oneOf:
- type: number
format: double
- type: string
- type: boolean
required:
Expand Down Expand Up @@ -3286,6 +3287,7 @@ components:
type: boolean
status:
type: number
format: double
required:
- _shards
- hits
Expand Down
1 change: 1 addition & 0 deletions spec/namespaces/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,7 @@ components:
oneOf:
- type: string
- type: number
format: double
style: form
cluster.health::query.wait_for_status:
in: query
Expand Down
2 changes: 2 additions & 0 deletions spec/namespaces/indices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2047,6 +2047,7 @@ components:
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: integer
format: int32
version:
$ref: '../schemas/_common.yaml#/components/schemas/VersionNumber'
_meta:
Expand Down Expand Up @@ -2222,6 +2223,7 @@ components:
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: integer
format: int32
version:
$ref: '../schemas/_common.yaml#/components/schemas/VersionNumber'
_meta:
Expand Down
2 changes: 2 additions & 0 deletions spec/namespaces/ism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ components:
description: Only perform the operation if the document has this primary term.
schema:
type: number
format: double
style: form
ism.add_policy::query.index:
name: index
Expand Down Expand Up @@ -504,6 +505,7 @@ components:
description: Only perform the operation if the document has this primary term.
schema:
type: number
format: double
style: form
ism.put_policies::query.if_seq_no:
name: if_seq_no
Expand Down
3 changes: 3 additions & 0 deletions spec/namespaces/ml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1219,6 +1219,7 @@ components:
type: string
version:
type: integer
format: int32
protocol:
type: string
enum:
Expand Down Expand Up @@ -1291,6 +1292,7 @@ components:
$ref: '../schemas/ml._common.yaml#/components/schemas/Query'
size:
type: integer
format: int32
description: The number of connectors to return.
sort:
type: array
Expand Down Expand Up @@ -1347,6 +1349,7 @@ components:
$ref: '../schemas/ml._common.yaml#/components/schemas/Query'
size:
type: integer
format: int32
description: The number of agents to return.
sort:
type: array
Expand Down
1 change: 1 addition & 0 deletions spec/namespaces/rollups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,5 @@ components:
description: Only perform the operation if the document has this primary term.
schema:
type: number
format: double
style: form
4 changes: 4 additions & 0 deletions spec/namespaces/sm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ components:
description: 'The starting index (default: 0)'
schema:
type: integer
format: int32

sm.update_policy::path.policy_name:
name: policy_name
Expand All @@ -252,6 +253,7 @@ components:
required: true
schema:
type: integer
format: int32

sm.update_policy::query.if_primary_term:
name: if_primary_term
Expand All @@ -260,6 +262,7 @@ components:
required: true
schema:
type: integer
format: int32

sm.delete_policy::path.policy_name:
name: policy_name
Expand Down Expand Up @@ -300,6 +303,7 @@ components:
The number of policies to return.
schema:
type: integer
format: int32

sm.get_policies::query.queryString:
name: queryString
Expand Down
3 changes: 3 additions & 0 deletions spec/namespaces/transforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ components:
required: false
schema:
type: number
format: double
style: form
transforms.search::query.size:
name: size
Expand All @@ -246,6 +247,7 @@ components:
required: false
schema:
type: number
format: double
style: form
transforms.search::query.from:
name: from
Expand All @@ -254,6 +256,7 @@ components:
required: false
schema:
type: number
format: double
style: form
transforms.search::query.search:
name: search
Expand Down
Loading

0 comments on commit 73de733

Please sign in to comment.