﻿# BaseEvent

Schema definition for BaseEvent

# BaseEvent

Schema definition for BaseEvent

## Schema Viewer

<JsonSchemaViewer
  schema={schema}
  name="BaseEvent"
  category="common"
  client:load
/>

## Description

This schema defines the structure and validation rules for BaseEvent.

## Properties

- **error** (object): Error details (if present).
- **id** (string, required): Event ID.
- **success** (boolean): Flag indicates whether this message relates to some failure.
- **warnings** (array): Warnings (if applicable).

## Related Schemas

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