{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowsVaultConnectioSetupBigqueryOauthJwt", "title": "FlowsVaultConnectioSetupBigqueryOauthJwt", "type": "object", "additionalProperties": false, "properties": { "type": { "$ref": "#/components/schemas/FlowsVaultConnectioSetupTypeOauthJwtEnum" }, "project_id": { "type": "string" }, "private_key": { "type": "string" }, "client_email": { "type": "string", "format": "email" } } }