Closed khardaw closed 4 years ago
hmm just put it into a structure - i don't want to get into the full space of putting modifiers at this place in the grammar.
e.g. structure ActionOutputs { outputInfo: ActionOutput[1..10] }
etc
Ok I will use structures to define this.
When overriding 200 responses I'd like to be able to define an array of a structure as a return type.
I think this might be a bug as I am unable to return arrays of primitive types (string, int) on a 200 as well.
For example, I'd like to return an array of ActionOutput