﻿# SearchSnapshotStatus

Schema definition for SearchSnapshotStatus

# SearchSnapshotStatus

Schema definition for SearchSnapshotStatus

## Schema Viewer

<JsonSchemaViewer
  schema={schema}
  name="SearchSnapshotStatus"
  category="search"
  client:load
/>

## Description

This schema defines the structure and validation rules for SearchSnapshotStatus.

## Properties

- **entitiesCount** (integer): Number of entities collected.
- **expirationDate** (string): Expiration date of the snapshot.
- **snapshotId** (string, required): ID of the snapshot.
- **status** (string, required): Status of the snapshot.

## Related Schemas

See other schemas in the [search](/reference/schemas/search/) category.