--- tags: - "Supported Extensions" summary: 'Returns a list of all supported file extensions' consumes: - "application/json" produces: - "application/json" responses: 200: description: "A list of all supported file extensions" schema: type: "array" items: type: "string" example: ".jpeg"