responses:
200:
description: Sequence of Steps to perform
schema:
title: sequence
type: array
items:
type: string
example: ["idofstep1","idofstep2","idofstep3"] parameters:
- name: sequence
in: body
required: true
schema:
type: array
items:
type: stringHi Eric,
I'm not really sure what you mean. What problem do you experience? The snippets you provided are valid.
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Eric,
I'm not really sure what you mean. What problem do you experience? The snippets you provided are valid.
--
--
Squashed 'subtrees/swagger-ui/' changes from 2c4f4a6..886145b
I should probably say... my swagger files are not auto generated. I'm currently writing them in YAML and converting them. Here is my process.
--