Expand description
Rule auto-generation engine for MockAI
This module analyzes example request/response pairs and OpenAPI specifications to automatically generate behavioral rules, validation rules, pagination patterns, and state machines.
Structs§
- Crud
Example - CRUD example for state machine generation
- Error
Example - Error example for learning validation rules
- Example
Pair - Example request/response pair for learning
- Paginated
Response - Paginated response example
- Pagination
Rule - Pagination rule inferred from examples
- Pattern
Match - Pattern match information
- Rule
Explanation - Rule explanation metadata
- Rule
Generator - Rule generator that learns from examples
- Validation
Rule - Validation rule inferred from examples
Enums§
- Rule
Type - Rule type classification