{
	"$schema": "http://json-schema.org/draft-03/schema#",
	"title": "Journals schema for GETing templates",
	"description": "A schema for retrieving templates on given journal.",
	"type": "object",
	"restdocs": "http://restdocs.e-conomic.com/#get-journals-journalnumber-templates",
	"properties": {
		"financeVoucher": {
			"type": "string",
			"format": "uri",
			"description": "The unique reference to the finance voucher template"
		},
		"manualCustomerInvoice": {
			"type": "string",
			"format": "uri",
			"description": "The unique reference to the manual customer invoice template"
		},
		"self": {
			"type": "string",
			"format": "uri",
			"description": "The unique self reference of the templates resource.",
			"required": true
		}
	}
}