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

     1  ---
     2  organization_job_template_details:
     3    allOf:
     4    - "$ref": "./organization_job_template.yaml#/organization_job_template"
     5    - type: object
     6      title: organization_job_template_details
     7      properties:
     8        owner:
     9          "$ref": "./user_preview.yaml#/user_preview"
    10        creator:
    11          "$ref": "./user_preview.yaml#/user_preview"
    12        locales:
    13          type: array
    14          items:
    15            "$ref": "./locale_preview.yaml#/locale_preview"
    16      example:
    17        owner:
    18          id: abcd1234cdef1234abcd1234cdef1234
    19          username: joe.doe
    20          name: Joe Doe
    21        creator:
    22          id: abcd1234cdef1234abcd1234cdef1234
    23          username: joe.doe
    24          name: Joe Doe
    25        locales:
    26        - id: abcd1234cdef1234abcd1234cdef1234
    27          name: English
    28          code: en-GB