A hash of configuration key/value pairs.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionConfiguration", "title": "ConnectionConfiguration", "type": "object", "description": "A hash of configuration key/value pairs.", "additionalProperties": { "type": "string" } }