{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "ShowAllLabelsRequest",
	"type": "object",
	"description": "API Path: /dpalgo/v3/showAllLabels, the Show All Labels Request object ",
	"properties": {
		"user_id": {
			"type": "string",
			"description": "User ID of user. Same as reg_vid in log_context"
		}
	},
	"required": [
		"user_id"
	]
}