Properties
| Name | Type | Description |
|---|---|---|
| config | object | |
| created_on | string | Specifies the timestamp the resource was created as an ISO8601 string. |
| description | object | |
| modified_on | string | Specifies the timestamp the resource was modified as an ISO8601 string. |
| name | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/vectorize_create-index-response",
"title": "vectorize_create-index-response",
"properties": {
"config": {
"$ref": "#/components/schemas/vectorize_index-dimension-configuration"
},
"created_on": {
"description": "Specifies the timestamp the resource was created as an ISO8601 string.",
"example": "2022-11-15T18:25:44.442097Z",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"description": {
"$ref": "#/components/schemas/vectorize_index-description"
},
"modified_on": {
"description": "Specifies the timestamp the resource was modified as an ISO8601 string.",
"example": "2022-11-15T18:25:44.442097Z",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"name": {
"$ref": "#/components/schemas/vectorize_index-name"
}
},
"type": "object"
}