{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":true,
	"description":"Version v6",
	"properties":{
		"secure_token":{
			"type":"string"
		},
		"key":{
			"$ref":"/resources/schema/user/v6/ProfileKey.json"
		},
		"value":{
			"type":"string"
		}
	},
	"required":[
		"secure_token",
		"key",
		"value"
	],
	"title":"SaveProfileRequest",
	"type":"object"
}