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

     1  ---
     2  distribution:
     3    type: object
     4    title: distribution
     5    properties:
     6      id:
     7        type: string
     8      name:
     9        type: string
    10      project:
    11        "$ref": "./project_short.yaml#/project_short"
    12      platforms:
    13        type: array
    14        items:
    15          type: string
    16      locales:
    17        type: array
    18        items:
    19          "$ref": "./locale_preview.yaml#/locale_preview"
    20      releases:
    21        type: array
    22        items:
    23          "$ref": "./release_preview.yaml#/release_preview"
    24      created_at:
    25        type: string
    26        format: date-time
    27      deleted_at:
    28        type: string
    29        format: date-time
    30    example:
    31      id: abcd1234cdef1234abcd1234cdef1234
    32      name: Android Distribution
    33      project:
    34        id: abcd1234cdef1234abcd1234cdef1234
    35        name: My Android Project
    36        main_format: xml
    37        created_at: '2015-01-28T09:52:53Z'
    38        updated_at: '2015-01-28T09:52:53Z'
    39      platforms:
    40      - android
    41      releases:
    42      - id: abcd1234cdef1234abcd1234cdef1234
    43        version: 1
    44        project:
    45          id: abcd1234cdef1234abcd1234cdef1234
    46          name: My Android Project
    47          main_format: xml
    48          created_at: '2015-01-28T09:52:53Z'
    49          updated_at: '2015-01-28T09:52:53Z'
    50        platforms:
    51        - android
    52        environments:
    53        - development
    54        locale_codes:
    55        - de
    56        - en
    57        created_at: '2015-01-28T09:52:53Z'
    58        updated_at: '2015-01-28T09:52:53Z'
    59      created_at: '2015-01-28T09:52:53Z'
    60      updated_at: '2015-01-28T09:52:53Z'