{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"additionalProperties": true,
	"description": "Version v6",
	"properties": {
		"application_id": {
                        "type": "string"
                },
		"application_signature": {
                        "type": "string"
                },
		"secure_token": {
                        "type": "string"
                },
		"user_id": {
			"type": "string"
		},
		"merchant_id": {
			"type": "string"
		}
	},
	"required": [
		"secure_token",
		"user_id"
	],
	"title": "RemoveUserMerchantAccountRequest",
	"type": "object"
}
