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

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