Enumeration
NewArticle.CodingKeys
public enum CodingKeys: String, CodingKey
Relationships
Member Of
NewArticle
see https://github.com/gothinkster/realworld/blob/master/api/swagger.json
Conforms To
CodingKey
String
Enumeration Cases
title
case title
_description
case _description = "description"
body
case body
tagList
case tagList