{
	"$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"
		},
		"credentials_type": {
			"$ref": "/resources/schema/user/v6/UserCredentialsType.json"
		},
		"credentials_key": {
			"type": "string"
		}
	},
	"required": [
		"application_id",
		"secure_token",
		"credentials_type",
		"credentials_key"
	],
	"title": "FindUserRequest",
	"type": "object"
}