@itentialopensource/adapter-github
Version:
This adapter integrates with system described as: github.
142 lines • 4.09 kB
JSON
{
"$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": "reactionsListForTeamDiscussionCommentInOrg",
"enum": [
"reactionsListForTeamDiscussionCommentInOrg",
"reactionsCreateForTeamDiscussionCommentInOrg",
"reactionsDeleteForTeamDiscussionComment",
"reactionsListForTeamDiscussionInOrg",
"reactionsCreateForTeamDiscussionInOrg",
"reactionsDeleteForTeamDiscussion",
"reactionsListForCommitComment",
"reactionsCreateForCommitComment",
"reactionsDeleteForCommitComment",
"reactionsListForIssueComment",
"reactionsCreateForIssueComment",
"reactionsDeleteForIssueComment",
"reactionsListForIssue",
"reactionsCreateForIssue",
"reactionsDeleteForIssue",
"reactionsListForPullRequestReviewComment",
"reactionsCreateForPullRequestReviewComment",
"reactionsDeleteForPullRequestComment",
"reactionsListForRelease",
"reactionsCreateForRelease",
"reactionsDeleteForRelease",
"reactionsListForTeamDiscussionCommentLegacy",
"reactionsCreateForTeamDiscussionCommentLegacy",
"reactionsListForTeamDiscussionLegacy",
"reactionsCreateForTeamDiscussionLegacy"
],
"external_name": "ph_request_type"
},
"teamSlug": {
"type": "string",
"description": "The slug of the team name.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "team_slug"
},
"discussionNumber": {
"type": "number",
"description": "The number that identifies the discussion.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "discussion_number"
},
"commentNumber": {
"type": "number",
"description": "The number that identifies the comment.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "comment_number"
},
"perPage": {
"type": "number",
"description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-i...(description truncated)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "per_page"
},
"reactionId": {
"type": "number",
"description": "The unique identifier of the reaction.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "reaction_id"
},
"commentId": {
"type": "number",
"description": "The unique identifier of the comment.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "comment_id"
},
"issueNumber": {
"type": "number",
"description": "The number that identifies the issue.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "issue_number"
},
"releaseId": {
"type": "number",
"description": "The unique identifier of the release.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "release_id"
},
"teamId": {
"type": "number",
"description": "The unique identifier of the team.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "team_id"
}
},
"definitions": {}
}