{
	"$schema": "http://json-schema.org/draft-03/schema#",
	"title": "Draft invoice templates schema",
	"description": "A schema for retrieving available draft invoice templates.",
	"type": "object",
	"restdocs": "http://restdocs.e-conomic.com/#get-invoices-drafts-draftinvoicenumber-templates",
	"properties": {
		"bookingInstructions": {
			"type": "string",
			"format": "uri",
			"description": "A unique reference to the book request template resource."
		},
		"self": {
			"type": "string",
			"format": "uri",
			"description": "A unique reference to the draft invoice template resource.",
			"required": true
		}
	}
}