{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "RenameLabelResponseMetadata",
	"description": "Predictive Destionation Response Metadata",
	"type": "object",
	"properties": {
		"request_id": {
			"type": "string"
		},
		"properties": {
			"type": "object",
			"additionalProperties": {
				"type": "string",
				"description": "More Additional Properties with name value pairs as strings"
			}
		}
	},
	"required": [
		"request_id"
	]
}