type: object
description: 'Health check response body'
properties:
  api_version:
    type: string
    example: '3.0.0'
  environment:
    type: string
    example: 'stage'
  bigtable_instance_id:
    type: string
    example: 'stg-delphi-consumer-analytics-hdd'
  postgres_cluster_id:
    type: string
    example: 'stage-delphi-main'
  revision:
    type: string
    example: '488fedc0'
  status:
    type: string
    example: 'UP'