{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BatchFileError", "title": "BatchFileError", "type": "object", "description": "An error associated with a specific file in a batch upload", "properties": { "filename": { "type": "string", "description": "The name of the file that was rejected" }, "error": { "$ref": "#/components/schemas/Error" } } }