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

     1  ---
     2  account_search_result:
     3    type: object
     4    title: account_search_result
     5    properties:
     6      query:
     7        type: string
     8      excerpt:
     9        type: string
    10      key:
    11        "$ref": "./key_preview.yaml#/key_preview"
    12      locale:
    13        "$ref": "./locale_preview.yaml#/locale_preview"
    14      project:
    15        "$ref": "./project.yaml#/project"
    16      translation:
    17        "$ref": "./translation.yaml#/translation"
    18      other_translations:
    19        type: array
    20        items:
    21          "$ref": "./translation.yaml#/translation"
    22    example:
    23      query: keyword
    24      excerpt: excerpt text
    25      key:
    26        id: abcd1234cdef1234abcd1234cdef1234
    27        name: key.name
    28        plural: false
    29        data_type: string
    30        tags:
    31          - "tag 1"
    32          - "tag 2"
    33      locale:
    34        id: abcd1234cdef1234abcd1234cdef1234
    35        name: German
    36        code: de_DE
    37      project:
    38        id: abcd1234cdef1234abcd1234cdef1234
    39        name: project name
    40        slug: project-slug
    41        main_format: ''
    42        project_image_url: ''
    43        created_at: "2021-05-04T14:16:26Z"
    44        updated_at: "2021-06-14T14:26:09Z"
    45        account:
    46          id: abcd1234cdef1234abcd1234cdef1234
    47          name: account name
    48          slug: account-slug
    49          company: company name
    50          created_at: '2021-04-27T14:27:25Z'
    51          updated_at: '2021-06-14T14:35:15Z'
    52          company_logo_url: ''
    53        space:
    54          id: abcd1234cdef1234abcd1234cdef1234
    55          name: space name
    56          slug: space-slug
    57          created_at: '2015-01-28T09:52:53Z'
    58          updated_at: '2015-01-28T09:52:53Z'
    59          projects_count: 1
    60      translation:
    61        id: abcd1234cdef1234abcd1234cdef1234
    62        content: some content
    63        unverified: true
    64        excluded: false
    65        plural_suffix: ''
    66        key:
    67          id: abcd1234cdef1234abcd1234cdef1234
    68          name: key.name
    69          plural: false
    70          data_type: string
    71          tags:
    72            - "tag 1"
    73            - "tag 2"
    74        created_at: "2021-05-04T14:17:04Z"
    75        updated_at: "2021-05-04T14:17:04Z"
    76        placeholders: []
    77        state: translated
    78        locale:
    79          id: abcd1234cdef1234abcd1234cdef1234
    80          name: German
    81          code: de_DE
    82      other_translations:
    83        - id: abcd1234cdef1234abcd1234cdef1234
    84          content: some content
    85          unverified: true
    86          excluded: false
    87          plural_suffix: ''
    88          key:
    89            id: abcd1234cdef1234abcd1234cdef1234
    90            name: key.name
    91            plural: false
    92            data_type: string
    93            tags:
    94              - "tag 1"
    95              - "tag 2"
    96          created_at: "2021-05-04T14:17:04Z"
    97          updated_at: "2021-05-04T14:17:04Z"
    98          placeholders: []
    99          state": translated
   100          locale:
   101            id: abcd1234cdef1234abcd1234cdef1234
   102            name: English
   103            code: en_EN