{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "payment-status", "type": "string", "enum": [ "submitted", "pending", "processing", "successful", "failed", "cancelled" ], "description": "The status to which to create the payment." }