How to handle duplicate filenames when uploading files
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DuplicateFileHandling", "title": "DuplicateFileHandling", "type": "string", "enum": [ "skip", "error", "suffix", "replace" ], "description": "How to handle duplicate filenames when uploading files" }