{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CollectionAlias", "title": "CollectionAlias", "type": "object", "properties": { "name": { "type": "string", "description": "Alias name." }, "collection_name": { "type": "string", "description": "Name of the target collection." } } }