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

     1  ---
     2  translation_key_details:
     3    allOf:
     4    - "$ref": "./translation_key.yaml#/translation_key"
     5    - type: object
     6      title: translation_key_details
     7      properties:
     8        name_plural:
     9          type: string
    10        comments_count:
    11          type: integer
    12        max_characters_allowed:
    13          type: integer
    14        screenshot_url:
    15          type: string
    16        unformatted:
    17          type: boolean
    18        xml_space_preserve:
    19          type: boolean
    20        original_file:
    21          type: string
    22        format_value_type:
    23          type: string
    24        creator:
    25          "$ref": "./user_preview.yaml#/user_preview"
    26        custom_metadata:
    27          type: object
    28          title: custom_metadata
    29          additionalProperties:
    30            type: string
    31      example:
    32        name_plural: home.index.headlines
    33        comments_count: 2
    34        data_type: string
    35        max_characters_allowed: 140
    36        screenshot_url: http://assets.example.com/screenshot.png
    37        unformatted: false
    38        xml_space_preserve: false
    39        original_file: ''
    40        format_value_type: ''
    41        creator:
    42          id: abcd1234cdef1234abcd1234cdef1234
    43          username: joe.doe
    44          name: Joe Doe
    45        custom_metadata:
    46          fruit: Apple
    47          vegetable: Tomato