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

     1  ---
     2  screenshot:
     3    type: object
     4    title: screenshot
     5    properties:
     6      id:
     7        type: string
     8      name:
     9        type: string
    10      description:
    11        type: string
    12      screenshot_url:
    13        type: string
    14      created_at:
    15        type: string
    16        format: date-time
    17      updated_at:
    18        type: string
    19        format: date-time
    20      markers_count:
    21        type: integer
    22    example:
    23      id: d2e056aa9e70b01121f41693e344f5ee
    24      name: A screenshot name
    25      description: A screenshot description
    26      screenshot_url: http://assets.example.com/screenshot.png
    27      created_at: '2015-01-28T09:52:53Z'
    28      updated_at: '2015-01-28T09:52:53Z'
    29      markers_count: 0