12 lines
238 B
YAML
12 lines
238 B
YAML
type: object
|
|
description: The index's metadata details.
|
|
x-schemaName: AdminIndexDetailsResponse
|
|
required:
|
|
- metadata
|
|
properties:
|
|
metadata:
|
|
type: array
|
|
description: The index's metadata.
|
|
items:
|
|
$ref: ./IndexInfo.yaml
|