{
	"$schema" : "http://json-schema.org/draft-04/schema#",
	"title" : "Version",
	"type" : "object",
	"additionalProperties" : true,
	"description" : "Version information ",	
	"properties" : {
		"version" : {
			"type" : "string",
			"description" : "Version of the data or model. "
		}
	},

	"required" :
	[
		"version"
	]
}
