{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_debug_v1_WhoamiResponse", "title": "api_debug_v1_WhoamiResponse", "type": "object", "properties": { "request_id": { "type": "string" }, "project_id": { "type": "string" }, "name": { "type": "string" }, "status_code": { "type": "integer", "format": "int32" } }, "required": [ "request_id", "project_id", "name", "status_code" ] }