{ "type": "object", "description": "Input for updating a commerce payment", "properties": { "properties": { "type": "object", "description": "The properties to update on the commerce payment", "example": { "key": "value" } } }, "required": [ "properties" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CommercePaymentPatch" }