{
	"type": "object",
	"properties": {
		"error": {
			"type": "string",
			"description": "The error message"
		}
	},
	"required": [
		"error"
	]
}
