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

     1  ---
     2  styleguide:
     3    type: object
     4    title: styleguide
     5    properties:
     6      id:
     7        type: string
     8      title:
     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: abcd1234cdef1234abcd1234cdef1234
    18      title: My Style Guide
    19      created_at: '2015-01-28T09:52:53Z'
    20      updated_at: '2015-01-28T09:52:53Z'