{
	"$id": "/inference/schemas/sentence-similarity/output.json",
	"$schema": "http://json-schema.org/draft-06/schema#",
	"title": "SentenceSimilarityOutput",
	"description": "Outputs of inference for the Sentence Similarity task",
	"type": "array",
	"items": {
		"description": "The associated similarity score for each of the given sentences",
		"type": "number",
		"title": "SentenceSimilarityScore"
	}
}
