{
	"$schema" : "http://json-schema.org/draft-04/schema#",
	"title" : "ChangeSetStatusRequest",
	"type" : "object",
	"additionalProperties" : false,
	"description" : "API Path: /v2/changeset/status\nVersion v2, the data ChangeSetStatusRequest object",
	"properties" : {
		"change_set_token" : {
			"type" : "string",
			"description" : "the token assgined to this upload process.  This token should be valid at the time of request, and the request should be placed within the expiry time provided with the token",
			"minLength" : 24
		}
	},

	"required" : 
	[
		"change_set_token"
	]
}