/** * @schema FileList * type: object * description: SUMMARY * x-schemaName: FileList * required: * - length * - item * - __@iterator@258 * properties: * length: * type: number * title: length * description: The upload's length. * item: * type: object * description: The upload's item. * __@iterator@258: * type: object * description: The upload's @iterator@258. * */