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