{
	"$schema": "http://json-schema.org/draft-03/schema#",
	"title": "Customer templates Schema",
	"description": "A schema for retrieval of templates available for a customer.",
	"type": "object",
	"restdocs": "http://restdocs.e-conomic.com/#get-customers-customernumber-templates",
	"properties": {
		"invoice": {
			"type": "string",
			"format": "uri",
			"description": "The GET link to a draft invoice template."
		},
		"invoiceline": {
			"type": "string",
			"format": "uri",
			"description": "The GET link to a draft invoice line template."
		},
		"self": {
			"type": "string",
			"format": "uri",
			"description": "The self reference of the customer templates.",
			"required": true
		}
	}
}