Skip to content

@body body: bytes should produce format: binary not format: bytes #124

@timotheeguerin

Description

@timotheeguerin

Current having a response like

model Response {
  @contentType: "application/octet-stream";
  @body body: bytes;
}

Should produce

content: 
  application/octect-stream:
    schema: 
       type: "string"
       format: "binary"

fix in:

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions