{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RateOptionsInstance", "title": "Rate Options Instance", "description": "Optional, any checkout specific request options to retrieve rates", "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "required": [ "key", "value" ], "title": "Key Value Pair" }, "x-internal": false }