@itentialopensource/adapter-github
Version:
This adapter integrates with system described as: github.
98 lines • 2.69 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": "projectsListForOrg",
"enum": [
"projectsListForOrg",
"projectsCreateForOrg",
"projectsGetCard",
"projectsUpdateCard",
"projectsDeleteCard",
"projectsMoveCard",
"projectsGetColumn",
"projectsUpdateColumn",
"projectsDeleteColumn",
"projectsListCards",
"projectsCreateCard",
"projectsMoveColumn",
"projectsGet",
"projectsUpdate",
"projectsDelete",
"projectsListCollaborators",
"projectsAddCollaborator",
"projectsRemoveCollaborator",
"projectsGetPermissionForUser",
"projectsListColumns",
"projectsCreateColumn",
"projectsListForRepo",
"projectsCreateForRepo",
"projectsCreateForAuthenticatedUser",
"projectsListForUser"
],
"external_name": "ph_request_type"
},
"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"
},
"cardId": {
"type": "number",
"description": "The unique identifier of the card.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "card_id"
},
"columnId": {
"type": "number",
"description": "The unique identifier of the column.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "column_id"
},
"archivedState": {
"type": "string",
"description": "Filters the project cards that are returned by the card's state.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "archived_state"
},
"projectId": {
"type": "number",
"description": "The unique identifier of the project.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "project_id"
}
},
"definitions": {}
}