개발

[swagger] string format(date, date-time, password, byte, binary) 스웨거

ttoance 2024. 9. 27. 11:17

Data Types | Swagger Docs

 

Data Types

 

swagger.io

 

 

개발 연동 문서 확인중에 date-time 형태가 있어서 찾아본 글 

date – full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
date-time – the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
password – a hint to UIs to mask the input
byte – base64-encoded characters, for example, U3dhZ2dlciByb2Nrcw==
binary – binary data, used to describe files (see Files below)

반응형