UNPKG

@itentialopensource/adapter-github

Version:

This adapter integrates with system described as: github.

60 lines 1.37 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": "putReposOwnerRepoContentsPath", "enum": [ "getReposOwnerRepoContentsPath", "putReposOwnerRepoContentsPath" ], "external_name": "ph_request_type" }, "pathParam": { "description": "Valid Git reference, defaults to 'master'.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "path" }, "pathParamQuery": { "description": "The content path.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "path" }, "archiveFormat": { "description": "", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "archive_format" }, "content": { "description": "", "parse": false, "encode": true, "encrypt": { "type": "AES", "key": "" }, "external_name": "content" } }, "definitions": {} }