github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/schemas/comment_reaction.yaml (about)

     1  ---
     2  comment_reaction:
     3    type: object
     4    title: comment_reaction
     5    properties:
     6      id:
     7        type: string
     8      emoji:
     9        type: string
    10      created_at:
    11        type: string
    12        format: date-time
    13      updated_at:
    14        type: string
    15        format: date-time
    16      comment:
    17        "$ref": "./comment.yaml#/comment"
    18      user:
    19        "$ref": "./user_preview.yaml#/user_preview"
    20    example:
    21      id: abcd1234cdef1234abcd1234cdef1234
    22      emoji: 🔥
    23      created_at: '2015-01-28T09:52:53Z'
    24      updated_at: '2015-01-28T09:52:53Z'
    25      comment:
    26        id: abcd1234cdef1234abcd1234cdef1234
    27        message: Some comment...
    28        name: Joe Doe
    29      user:
    30        id: abcd1234cdef1234abcd1234cdef1234
    31        username: joe.doe
    32        name: Joe Doe