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

     1  ---
     2  account_locale:
     3    type: object
     4    title: locale_preview
     5    properties:
     6      id:
     7        type: string
     8      name:
     9        type: string
    10      code:
    11        type: string
    12      project:
    13        "$ref": "./project_short.yaml#/project_short"
    14    example:
    15      id: abcd1234cdef1234abcd1234cdef1234
    16      name: English
    17      code: en-GB
    18      project:
    19        id: abcd1234cdef1234abcd1234cdef1234
    20        name: My Android Project
    21        main_format: xml
    22        created_at: '2015-01-28T09:52:53Z'
    23        updated_at: '2015-01-28T09:52:53Z'