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

     1  ---
     2  gitlab_sync_export:
     3    type: object
     4    title: gitlab_sync_export
     5    properties:
     6      merge_request_id:
     7        type: integer
     8      merge_request_web_url:
     9        type: string
    10    example:
    11      merge_request_id: 1234
    12      merge_request_web_url: https://gitlab.com/account/project/-/merge_requests/1234