Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 553 Bytes

File metadata and controls

25 lines (13 loc) · 553 Bytes

BytesConstant

One exact, contiguous sequence of binary bytes.

Properties

Name Type Description Notes
format FormatEnum [optional]
value String Hexadecimal byte pairs representing one exact, contiguous binary value.
display Display [optional]

Enum: FormatEnum

Name Value
BYTES "bytes"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"