open api 3 posting an array of files
I am using swagger hub to create this API ; but it doesn't support multi files in the UI so I am unsure if I am doing this right My goal is to have the following item:{Json describe the item} images[] = images for item posted as an array titles[] = Parallel array to images that has the title for image alt_texts[] = Parallel array to images that has the alt text for image This has to be multipart since it is files; but am unsure if I setup the structure correctly. Swagger/Open API Code post: summary: Add a new item to the store description: '' operationId: addItem requestBody: content: