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

     1  ---
     2  glossary_term_translation:
     3    type: object
     4    title: glossary_term_translation
     5    properties:
     6      id:
     7        type: string
     8      locale_code:
     9        type: string
    10      content:
    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      locale_code: en-US
    21      content: Save
    22      created_at: '2015-01-28T09:52:53Z'
    23      updated_at: '2015-01-28T09:52:53Z'