Shortform Data Models

    Shortform Data Models


    Article summary

    Shorts

    Property

    Type

    shortsId

    string

    shortsDetail

    ShortsDetail


    ShortsDetail

    Property

    Type

    title

    string

    description

    string

    tags

    string[]

    brand

    Brand | null


    Brand

    Property

    Type

    name

    string

    identifier

    string

    imageUrl

    string | null


    Product

    Property

    Type

    productId

    string

    brand

    string

    name

    string

    description

    string

    url

    string

    sku

    string

    imageUrl

    string

    currency

    string

    originalPrice

    number

    discountPrice

    number

    discountRate

    number

    Comment

    Property

    Type

    commentId

    string

    type

    "COMMENT" | "REPLY"

    content

    string