{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/commerce-payments-api-commerce-payment-patch-schema.json", "title": "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" ] }