v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14319480.3 KB

Get the discovered schema that was generated based on sampled events.

post/v1/discover

Request body

EventsGetDiscoveredSchemaVersionItemInput[] required

An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.

Type'OpenApi3' | 'JSONSchemaDraft4' required

The type of event.

Response

Success

Contentstring

The source of the schema definition.