@itentialopensource/adapter-bitbucket
Version:
This adapter integrates with system described as: bitbucket.
59 lines • 1.7 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": "deleteRepositoriesUsernameRepoSlugCommitNodeApprove",
"enum": [
"deleteRepositoriesUsernameRepoSlugCommitNodeApprove",
"postRepositoriesUsernameRepoSlugCommitNodeApprove",
"getRepositoriesUsernameRepoSlugCommitRevision",
"getRepositoriesUsernameRepoSlugCommitShaComments",
"getRepositoriesUsernameRepoSlugCommitShaCommentsCommentId",
"getRepositoriesUsernameRepoSlugCommits",
"postRepositoriesUsernameRepoSlugCommits",
"getRepositoriesUsernameRepoSlugCommitsRevision",
"postRepositoriesUsernameRepoSlugCommitsRevision",
"getRepositoriesUsernameRepoSlugDiffSpec",
"getRepositoriesUsernameRepoSlugPatchSpec"
],
"external_name": "ph_request_type"
},
"repoSlug": {
"description": "",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "repo_slug"
},
"commentId": {
"description": "",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "comment_id"
},
"pathParam": {
"description": "Limit the diff to a single file",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "path"
}
},
"definitions": {}
}