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

     1  ---
     2  translation_details:
     3    allOf:
     4    - "$ref": "./translation.yaml#/translation"
     5    - type: object
     6      title: translation_details
     7      properties:
     8        user:
     9          "$ref": "./user_preview.yaml#/user_preview"
    10        word_count:
    11          type: integer
    12        linked_translation:
    13          "$ref": "./translation_parent.yaml#/translation_parent"
    14      example:
    15        user:
    16          id: abcd1234cdef1234abcd1234cdef1234
    17          username: joe.doe
    18          name: Joe Doe
    19        word_count: 2