{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "preparePaymentChannelCreateParameters", "type": "object", "properties": { "address": { "$ref": "address", "description": "The address of the account that is creating the transaction." }, "paymentChannelCreate": { "$ref": "paymentChannelCreate", "description": "The specification of the payment channel to create." }, "instructions": {"$ref": "instructions"} }, "additionalProperties": false, "required": ["address", "paymentChannelCreate"] }