{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/vectorize_delete-metadata-index-request", "title": "vectorize_delete-metadata-index-request", "properties": { "propertyName": { "description": "Specifies the metadata property for which the index must be deleted.", "example": "random_metadata_property", "type": "string" } }, "required": [ "propertyName" ], "type": "object" }