format
byte - base64 encoded data as defined in RFC4648
Base type: string
.
The byte
format represents any sequence of octets encoded as a base64 string as defined in RFC4648. This format entry is to ensure future versions of OpenAPI maintain compatibility with OpenAPI 3.0.x.
Remarks
In OpenAPI 3.1, instead use contentEncoding: base64
, optionally alongside contentMediaType.