Skip to content

Commit

Permalink
Fix example format for collections_processing
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrks committed Nov 7, 2024
1 parent bf0276c commit 991c27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/components/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2972,7 +2972,7 @@ ResyncScopesMap:
type: object
additionalProperties:
$ref: '#/CollectionNames'
example: {"scopeName": {"collection1", "collection2"}}
example: {"scopeName": ["collection1", "collection2"]}
CollectionNames:
description: 'List of collection names'
type: array
Expand Down

0 comments on commit 991c27a

Please sign in to comment.