UNPKG

@itentialopensource/adapter-github

Version:

This adapter integrates with system described as: github.

85 lines 2.24 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": "checksCreate", "enum": [ "checksCreate", "checksGet", "checksUpdate", "checksListAnnotations", "checksRerequestRun", "checksCreateSuite", "checksSetSuitesPreferences", "checksGetSuite", "checksListForSuite", "checksRerequestSuite", "checksListForRef", "checksListSuitesForRef" ], "external_name": "ph_request_type" }, "checkRunId": { "type": "number", "description": "The unique identifier of the check run.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "check_run_id" }, "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" }, "checkSuiteId": { "type": "number", "description": "The unique identifier of the check suite.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "check_suite_id" }, "checkName": { "type": "string", "description": "Returns check runs with the specified `name`.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "check_name" }, "appId": { "type": "number", "description": "Filters check suites by GitHub App `id`.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "app_id" } }, "definitions": {} }