{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OrganizationConnectionInformation", "title": "OrganizationConnectionInformation", "type": "object", "additionalProperties": true, "properties": { "name": { "type": "string", "description": "The name of the enabled connection." }, "strategy": { "type": "string", "description": "The strategy of the enabled connection." } } }