{
	"$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"
		},
		"user_merchant_account": {
			"$ref": "/resources/schema/user/v6/UserMerchantAccount.json"
		}
	},
	"required": [
		"secure_token",
		"user_merchant_account"
	],
	"title": "SaveUserMerchantAccountRequest",
	"type": "object"
}
