Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminIndexDetailsResponse.yaml
2025-10-31 16:15:46 +02:00

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