UNPKG

@itentialopensource/adapter-azure_devops

Version:

This adapter integrates with system described as: Azure DevOps.

43 lines 1.07 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": "pipelinesCreate", "enum": [ "pipelinesCreate", "pipelinesList", "pipelinesGet" ], "external_name": "ph_request_type" }, "apiVersion": { "type": "string", "description": "Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "api-version" }, "top": { "type": "number", "description": "The maximum number of pipelines to return", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "$top" } }, "definitions": {} }