{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/taskList.json",
	"type": "array",
	"title": "Task list",
	"additionalItems": false,
	"items": {
		"$id": "#/items",
		"$ref": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/task.json"
	}
}
