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

     1  ---
     2  team:
     3    type: object
     4    title: team
     5    properties:
     6      id:
     7        type: string
     8      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      projects:
    17        type: array
    18        items:
    19          "$ref": "./project.yaml#/project"
    20      spaces:
    21        type: array
    22        items:
    23          "$ref": "./space_short.yaml#/space_short"
    24      users:
    25        type: array
    26        items:
    27          "$ref": "./user_preview.yaml#/user_preview"
    28    example:
    29      id: "2e7574e8f2372906a03110c2a7cfe671"
    30      name: "My first Team"
    31      created_at: "2020-02-25T12:17:25Z"
    32      updated_at: "2020-03-13T14:46:57Z"
    33      projects:
    34        -
    35          id: "abcd11231fadef1234adacd1234cdef1234"
    36          name: "My IOS Project"
    37          main_format: "yml"
    38          created_at: "2015-01-28T09:52:53Z"
    39          updated_at: "2015-01-28T09:52:53Z"
    40      spaces:
    41        -
    42          id: "626ea67628690c73ac86ac81eec2d185"
    43          name: "IOS"
    44          created_at: "2015-01-28T09:52:53Z"
    45          updated_at: "2015-01-28T09:52:53Z"
    46          projects_count: 3
    47      users:
    48        -
    49          id: "3465jhkjhk3465hjjkhl346hklk3456kl"
    50          username: "Max"
    51          name: "Max Mustermann"