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