{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CheckConnectionOptionsRequestPayload", "title": "Check Connection Options Request Payload", "type": "object", "properties": { "connection_options": { "$ref": "#/components/schemas/ConnectionOptionsInstance" } }, "required": [ "connection_options" ], "description": "The payload sent to a Shipping Provider to check that the store is connected to this provider.\n\nEach Shipping Provider will have different configurations for the payload.", "x-internal": false }