rc3 settings
RC settings stored in the users RC_HOME directory
| Type | object |
|---|---|
| File match |
rc-settings.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/rc3-settings/latest.json |
| Source | https://www.schemastore.org/rc3-settings-0.0.3.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
RC settings stored in the users RC_HOME directory
Properties
$schema
string
The JSON schema to use for validation
save_responses
boolean
Whether to save .response files in the same dir as the .request file
request_timeout_seconds
integer
Timeout for requests in seconds
indent
integer
Indentation width for JSON output
indent_type
string
Indentation type for JSON output
headers_send_nocache
boolean
Whether to send no-cache headers
follow_redirects
boolean
Whether to follow redirects
ca_cert_verification
boolean
Whether to verify SSL certificates
ca_bundle
string
Path to Python-like CA truststore file
current_collection
string
The current collection
collections
collection_ref[]
The list of collections (each collection should be an absolute path to the collection root directory)
Definitions
collection_ref
object
name
string
location
string