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

     1  ---
     2  translation_version:
     3    type: object
     4    title: translation_version
     5    properties:
     6      id:
     7        type: string
     8      content:
     9        type: string
    10      plural_suffix:
    11        type: string
    12      key:
    13        "$ref": "./key_preview.yaml#/key_preview"
    14      locale:
    15        "$ref": "./locale_preview.yaml#/locale_preview"
    16      created_at:
    17        type: string
    18        format: date-time
    19      updated_at:
    20        type: string
    21        format: date-time
    22      changed_at:
    23        type: string
    24        format: date-time
    25    example:
    26      id: abcd1234cdef1234abcd1234cdef1234
    27      content: My translation
    28      plural_suffix: ''
    29      key:
    30        id: abcd1234cdef1234abcd1234cdef1234
    31        name: home.index.headline
    32        plural: false
    33      locale:
    34        id: abcd1234cdef1234abcd1234cdef1234
    35        name: en
    36        code: en-GB
    37      created_at: '2015-01-28T09:52:53Z'
    38      updated_at: '2015-01-28T09:52:53Z'
    39      changed_at: '2015-01-28T09:52:53Z'