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

     1  ---
     2  figma_attachment:
     3    type: object
     4    title: figma_attachment
     5    properties:
     6      id:
     7        type: string
     8      url:
     9        type: string
    10      created_at:
    11        type: string
    12        format: date-time
    13      updated_at:
    14        type: string
    15        format: date-time
    16    example:
    17      id: 626ea67628690c73ac86ac81eec2d185
    18      url: https://figma.com/file/something
    19      created_at: "2017-01-28T09:52:53Z"
    20      updated_at: "2017-01-28T09:52:53Z"