{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "additionalProperties": true,
  "id": "https://json.schemastore.org/tsdrc.json",
  "properties": {
    "strictSSL": {
      "type": "boolean",
      "description": "Enabled by default, setting this option to false disables strict SSL. Passed to request package. Useful behind (corporate) proxies that act like man-in-the middle on https connections.",
      "default": true
    },
    "proxy": {
      "type": "string",
      "description": "Any standard http-proxy as supported by the request package.",
      "format": "uri"
    },
    "token": {
      "type": "string",
      "description": "The OAuth token can be used to boost the GitHub API rate-limit from 60 to 5000 (non-cached) requests per hour. The is token needs just 'read-only access to public information' so no additional OAuth scopes are necessary."
    }
  },
  "title": "JSON schema for .tsdrc files",
  "type": "object"
}
