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

     1  ---
     2  bitbucket_sync:
     3    type: object
     4    title: bitbucket_sync
     5    properties:
     6      id:
     7        type: string
     8      repository_name:
     9        type: string
    10      last_export_to_bitbucket_at:
    11        type: string
    12        format: date-time
    13      last_import_from_bitbucket_at:
    14        type: string
    15        format: date-time
    16      valid_phraseapp_yaml:
    17        type: boolean
    18      phraseapp_projects:
    19        type: array
    20        items:
    21          "$ref": "./project_short.yaml#/project_short"
    22    example:
    23      id: aad1ar91-0331-4181-b90p-4crdnv0bd812
    24      repository_name: some-repository
    25      last_export_to_bitbucket_at: '2015-01-28T09:52:53Z'
    26      last_import_from_bitbucket_at: '2015-01-28T09:52:53Z'
    27      valid_phraseapp_yaml: true
    28      phraseapp_projects:
    29      - id: abcd1234cdef1234abcd1234cdef1234
    30        name: My Android Project
    31        main_format: xml
    32        created_at: '2015-01-28T09:52:53Z'
    33        updated_at: '2015-01-28T09:52:53Z'