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

     1  ---
     2  project_member_specific:
     3    type: object
     4    title: project_member_specific
     5    properties:
     6      id:
     7        type: string
     8      name:
     9        type: string
    10      project_role:
    11        type: string
    12      main_format:
    13        type: string
    14      created_at:
    15        type: string
    16        format: date-time
    17      updated_at:
    18        type: string
    19        format: date-time
    20    example:
    21      id: abcd1234cdef1234abcd1234cdef1234
    22      name: My Android Project
    23      project_role: 'Developer'
    24      main_format: xml
    25      created_at: '2015-01-28T09:52:53Z'
    26      updated_at: '2015-01-28T09:52:53Z'