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