{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"additionalProperties": false,
	"description": "Version v6",
	"properties": {
		"user_id": {
			"type": "string"
		},
		"merchant_id": {
			"type": "string"
		},
		"merchant_type": {
			"$ref": "/resources/schema/user/v6/MerchantType.json"
		},
		"merchant_user_account_id": {
			"type": "string"
		},
		"merchant_account_name": {
			"type": "string"
		},
		"merchant_account_password": {
			"type": "string"
		},
		"merchant_account_create_timestamp": {
			"type": "integer"
		},
		"merchant_account_last_login_timestamp": {
			"type": "integer"
		},
		"merchant_account_subscription_timestamp": {
			"type": "integer"
		},
		"merchant_account_expiration_timestamp": {
			"type": "integer"
		},
		"merchant_account_type": {
			"$ref": "/resources/schema/user/v6/UserMerchantAccountType.json"
		},
		"refresh_token": {
                        "$ref": "/resources/schema/user/v6/RefreshTokenSet.json"
                }
	},
	"required": [
		"user_id",
		"merchant_id",
		"merchant_type",
		"merchant_user_account_id",
		"merchant_account_name",
		"merchant_account_type"
	],
	"title": "UserMerchantAccount",
	"type": "object"
}
