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

     1  ---
     2  gitlab_sync_history:
     3    type: object
     4    title: gitlab_sync_history
     5    properties:
     6      status:
     7        type: string
     8      action:
     9        type: string
    10      errors:
    11        type: array
    12        items:
    13          type: object
    14          properties:
    15            error:
    16              type: string
    17            message:
    18              type: string
    19      date:
    20        type: string
    21        format: date-time
    22      details:
    23        type: object
    24    example:
    25      type: history
    26      attributes:
    27        status: success
    28        action: import
    29        errors:
    30          - error: "error type"
    31            message: "can't be blank"
    32        date: '2015-01-28T12:55:14.000+00:00'
    33        details:
    34          auto_import: false