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

     1  ---
     2  screenshot_marker:
     3    type: object
     4    title: screenshot_marker
     5    properties:
     6      id:
     7        type: string
     8      presentation:
     9        type: string
    10      presentation_type:
    11        type: string
    12      created_at:
    13        type: string
    14        format: date-time
    15      updated_at:
    16        type: string
    17        format: date-time
    18      translation_key:
    19        "$ref": "./translation_key.yaml#/translation_key"
    20    example:
    21      id: d2e056aa9e70b01121f41693e344f5ee
    22      presentation:
    23        x: 10
    24        y: 10
    25        w: 10
    26        h: 10
    27      presentation_type: default
    28      created_at: '2015-01-28T09:52:53Z'
    29      updated_at: '2015-01-28T09:52:53Z'
    30      translation_key:
    31        id: abcd1234cdef1234abcd1234cdef1234
    32        name: home.index.headline
    33        description: My description for this key...
    34        name_hash: 1b31d2580ce324f246f66b3be00ed399
    35        plural: false
    36        tags:
    37        - awesome-feature
    38        - needs-proofreading
    39        data_type: string
    40        created_at: '2015-01-28T09:52:53Z'
    41        updated_at: '2015-01-28T09:52:53Z'