Forum Discussion

DavidThielen's avatar
DavidThielen
Occasional Contributor
4 years ago

How do I define a byte[][] in a response component

If I'm describing "public byte[] Data" I do so as:

Data:
  type: string
  format: base64
  description: "The generated report as a single file in the user specified format. If this is populated Pages will be null."

But how do I describe a 2 dimensional array like "public byte[][] Pages"?

No RepliesBe the first to reply