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

     1  ---
     2  team_short:
     3    type: object
     4    title: team_short
     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    example:
    17      id: "2e7574e8f2372906a03110c2a7cfe671"
    18      name: "My first Team"
    19      created_at: "2020-02-25T12:17:25Z"
    20      updated_at: "2020-03-13T14:46:57Z"