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

     1  ---
     2  variable:
     3    type: object
     4    title: variable
     5    properties:
     6      name:
     7        type: string
     8      value:
     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      name: MY_VARIABLE
    18      value: Hello World
    19      created_at: '2015-01-28T09:52:53Z'
    20      updated_at: '2015-01-28T09:52:53Z'