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

     1  ---
     2  notification_group:
     3    type: object
     4    title: notification_group
     5    properties:
     6      id:
     7        type: string
     8      event_name:
     9        type: string
    10      created_at:
    11        type: string
    12        format: date-time
    13      updated_at:
    14        type: string
    15        format: date-time
    16    example:
    17      id: abcd1234cdef1234abcd1234cdef1234
    18      event_name: keys:create
    19      created_at: '2015-01-28T09:52:53Z'
    20      updated_at: '2015-01-28T09:52:53Z'