diff --git a/openapi_classification.yml b/openapi_classification.yml index e97882442..ed31c4de1 100644 --- a/openapi_classification.yml +++ b/openapi_classification.yml @@ -260,19 +260,8 @@ components: description: Deprecated. Similarity score comparing the document to the document type, where a score of 1 indicates a match. reference_documents: type: array - description: Deprecated. Scoring for embeddings-based classification, replaced by LLM-based classification. - items: - type: object - properties: - id: - type: string - description: Deprecated. Unique ID for the reference document. - name: - type: string - description: Deprecated. User-friendly name for the reference document. - score: - type: number - description: Deprecated. Similarity score comparing the document to the reference document, between 0 and 1. + description: Deprecated. Empty array. Scoring for embeddings-based classification, replaced by LLM-based classification. + additionalProperties: true classification_summary: type: array