Variable: EventSequenceAnalysisSchema
constEventSequenceAnalysisSchema:IV3_1<[EventSequenceAnalysis]>
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/event-sequence-analysis/event-sequence-analysis.ts:1947
JSON schema for validating EventSequenceAnalysis entities. Provides validation and ensures type safety throughout the application.
Example
typescript
const isValid = EventSequenceAnalysisSchema.validate(someData);