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

     1  ---
     2  tag:
     3    type: object
     4    title: tag
     5    properties:
     6      name:
     7        type: string
     8      keys_count:
     9        type: integer
    10      created_at:
    11        type: string
    12        format: date-time
    13      updated_at:
    14        type: string
    15        format: date-time
    16    example:
    17      name: my-feature
    18      keys_count: 8
    19      created_at: '2015-01-28T09:52:53Z'
    20      updated_at: '2015-01-28T09:52:53Z'