Skip to content

Commit

Permalink
Replaced anyOf properties by allOf.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Nov 18, 2024
1 parent 91a61f8 commit 4629754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/schemas/replication._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ components:
type: object
properties:
settings:
anyOf:
allOf:
- type: object
properties:
index.number_of_shards:
Expand Down

0 comments on commit 4629754

Please sign in to comment.