@itentialopensource/adapter-azure_devops
Version:
This adapter integrates with system described as: Azure DevOps.
30 lines • 754 B
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": "diffsGet",
"enum": [
"diffsGet"
],
"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"
}
},
"definitions": {}
}