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

     1  ---
     2  space_short:
     3    type: object
     4    title: space
     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_count:
    17        type: integer
    18    example:
    19      id: 2e7574e8f2372906a03110c2a7cfe671
    20      name: My first space
    21      created_at: '2020-02-25T12:17:25Z'
    22      updated_at: '2020-03-13T14:46:57Z'
    23      projects_count: 2