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