{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/commerce-payments-api-commerce-payment-patch-structure.json", "name": "CommercePaymentPatch", "description": "Input for updating a commerce payment", "type": "object", "properties": { "properties": { "type": "object", "description": "The properties to update on the commerce payment", "additionalProperties": { "type": "string" }, "example": { "key": "value" } } }, "required": [ "properties" ] }