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

     1  ---
     2  locale_details:
     3    allOf:
     4    - "$ref": "./locale.yaml#/locale"
     5    - type: object
     6      title: locale_details
     7      properties:
     8        statistics:
     9          "$ref": "./locale_statistics.yaml#/locale_statistics"
    10      example:
    11        statistics:
    12          keys_total_count: 2120
    13          keys_untranslated_count: 100
    14          words_total_count: 3102102
    15          translations_completed_count: 1920
    16          translations_unverified_count: 32
    17          unverified_words_count: 129
    18          missing_words_count: 3920