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

     1  ---
     2  account:
     3    type: object
     4    title: account
     5    properties:
     6      id:
     7        type: string
     8      name:
     9        type: string
    10      slug:
    11        type: string
    12      company:
    13        type: string
    14      created_at:
    15        type: string
    16        format: date-time
    17      updated_at:
    18        type: string
    19        format: date-time
    20      company_logo_url:
    21        type: string
    22    example:
    23      id: abcd1234
    24      name: Company Account
    25      slug: company_account
    26      company: My Awesome Company
    27      created_at: '2015-01-28T09:52:53Z'
    28      updated_at: '2015-01-28T09:52:53Z'
    29      company_logo_url: http://assets.example.com/company_logo.png