UNPKG

@itentialopensource/adapter-github

Version:

This adapter integrates with system described as: github.

52 lines 1.63 kB
{ "$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": "copilotListCopilotSeatsForEnterprise", "enum": [ "copilotListCopilotSeatsForEnterprise", "copilotUsageMetricsForEnterprise", "copilotUsageMetricsForEnterpriseTeam", "copilotGetCopilotOrganizationDetails", "copilotListCopilotSeats", "copilotAddCopilotSeatsForTeams", "copilotCancelCopilotSeatAssignmentForTeams", "copilotAddCopilotSeatsForUsers", "copilotCancelCopilotSeatAssignmentForUsers", "copilotUsageMetricsForOrg", "copilotGetCopilotSeatDetailsForUser", "copilotUsageMetricsForTeam" ], "external_name": "ph_request_type" }, "perPage": { "type": "number", "description": "The number of days of metrics to display per page (max 28). For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/...(description truncated)", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "per_page" }, "teamSlug": { "type": "string", "description": "The slug of the team name.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "team_slug" } }, "definitions": {} }