record_schema: a JSON Schema draft-07 document that defines the shape of records Prequel will deliver. This defines the contract between Prequel and your endpoint.
Destination types
| Type | Best for | Description |
|---|---|---|
webhook_batch | High volume (recommended) | Delivers multiple records per request. |
webhook_record | Lower volume | Delivers one record per request. Simpler to implement. |
kafka_topic | Kafka-native teams | Delivers records directly to a Kafka topic. |