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

     1  ---
     2  tag_with_stats:
     3    allOf:
     4    - "$ref": "./tag.yaml#/tag"
     5    - type: object
     6      title: tag_with_stats
     7      properties:
     8        statistics:
     9          type: array
    10          items:
    11            type: object
    12            properties:
    13              locale:
    14                "$ref": "./locale_preview.yaml#/locale_preview"
    15              statistics:
    16                type: object
    17                properties:
    18                  keys_total_count:
    19                    type: integer
    20                  translations_completed_count:
    21                    type: integer
    22                  translations_unverified_count:
    23                    type: integer
    24                  keys_untranslated_count:
    25                    type: integer
    26      example:
    27        statistics:
    28        - locale:
    29            id: abcd1234cdef1234abcd1234cdef1234
    30            name: de
    31            code: de-DE
    32          statistics:
    33            keys_total_count: 12
    34            translations_completed_count: 9
    35            translations_unverified_count: 11
    36            keys_untranslated_count: 3