{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "GoogleCloudHook",
"type": "object",
"properties": {
"api_provider": {
"type": "string"
},
"google_audience": {
"type": "string",
"description": "Used as an audience claim when generating the JTW (JSON Web Token) to authenticate to the Google API Gateway."
}
}
}