{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionExtIsSuspendedGoogleApps", "title": "ConnectionExtIsSuspendedGoogleApps", "description": "Fetches the Google Directory suspended flag for the signing-in user.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionExtIsSuspended" } ] }