UNPKG

@itentialopensource/adapter-google_drive

Version:

This adapter integrates with system described as: google drive

34 lines 837 B
{ "$id": "schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "driveTeamdrivesList", "enum": [ "driveTeamdrivesList", "driveTeamdrivesCreate", "driveTeamdrivesDelete", "driveTeamdrivesGet", "driveTeamdrivesUpdate" ], "external_name": "ph_request_type" }, "oauthToken": { "type": "string", "description": "OAuth 2.0 token for the current user.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "oauth_token" } }, "definitions": {} }