{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version 6",
	"properties":{
		"unit":{
			"type":"string"
		},
		"value":{
			"type":"integer"
		}
	},
	"required":[
		"unit",
		"value"
	],
	"title":"TimeUnit",
	"type":"object"
}