@itentialopensource/adapter-bitbucket
Version:
This adapter integrates with system described as: bitbucket.
92 lines • 2.6 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": "getSnippets",
"enum": [
"getSnippets",
"postSnippets",
"getSnippetsUsername",
"postSnippetsUsername",
"deleteSnippetsUsernameEncodedId",
"getSnippetsUsernameEncodedId",
"putSnippetsUsernameEncodedId",
"getSnippetsUsernameEncodedIdComments",
"postSnippetsUsernameEncodedIdComments",
"deleteSnippetsUsernameEncodedIdCommentsCommentId",
"getSnippetsUsernameEncodedIdCommentsCommentId",
"putSnippetsUsernameEncodedIdCommentsCommentId",
"getSnippetsUsernameEncodedIdCommits",
"getSnippetsUsernameEncodedIdCommitsRevision",
"deleteSnippetsUsernameEncodedIdWatch",
"getSnippetsUsernameEncodedIdWatch",
"putSnippetsUsernameEncodedIdWatch",
"getSnippetsUsernameEncodedIdWatchers",
"deleteSnippetsUsernameEncodedIdNodeId",
"getSnippetsUsernameEncodedIdNodeId",
"putSnippetsUsernameEncodedIdNodeId",
"getSnippetsUsernameEncodedIdNodeIdFilesPath",
"getSnippetsUsernameEncodedIdRevisionDiff",
"getSnippetsUsernameEncodedIdRevisionPatch"
],
"external_name": "ph_request_type"
},
"body": {
"description": "The contents of the new comment.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "_body"
},
"encodedId": {
"description": "The snippet id.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "encoded_id"
},
"commentId": {
"description": "",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "comment_id"
},
"nodeId": {
"description": "",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "node_id"
},
"pathParam": {
"description": "When used, only one the diff of the specified file will be returned.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "path"
}
},
"definitions": {}
}