{
	"$id": "/inference/schemas/image-classification/output.json",
	"$schema": "http://json-schema.org/draft-06/schema#",
	"description": "Outputs of inference for the Image Classification task",
	"title": "ImageClassificationOutput",
	"type": "array",
	"items": {
		"type": "object",
		"$ref": "/inference/schemas/common-definitions.json#/definitions/ClassificationOutput"
	}
}
