{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeleteVectorsOperation", "title": "DeleteVectorsOperation", "type": "object", "required": [ "delete_vectors" ], "properties": { "delete_vectors": { "$ref": "#/components/schemas/DeleteVectors" } } }