{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "FeedbackReasonsListResponse",
	"type": "object",
	"description": "Response of the Get Prediction Classes Request ",
	"properties": {
		"status": {
			"$ref": "/resources/schema/services/v2/ServiceStatus.json",
			"description": "Response for the Feedback Reasons Request"
		},
		"metadata": {
			"$ref": "/resources/schema/dpalgo/v2/FeedbackResponseMetadata.json",
			"description": "Metadata associated with Response"
		},
		"results": {
			"$ref": "/resources/schema/dpalgo/v2/FeedbackReasonsDetails.json",
			"description": "List of Feedback Reasons"
		}
	},
	"required": [
		"status"
	]
}