vectorize_index-upsert-v2-response

APIs.ioEngineeringPlatform

Properties

Name Type Description
mutationId object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-vectorize-index-upsert-v2-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/vectorize_index-upsert-v2-response",
  "title": "vectorize_index-upsert-v2-response",
  "properties": {
    "mutationId": {
      "$ref": "#/components/schemas/vectorize_mutation-uuid"
    }
  },
  "type": "object"
}