Version: 1.0.0
Callback Examples Demo API
Demonstrates that example and examples defined on schemas referenced
by callback request bodies are rendered in the documentation.
Cases covered:
- Callback request body whose schema has a top-level
example - Callback request body with a MediaTypeObject-level
example - Regular request body with
exampleon the schema (regression guard)
📄️ Register webhook (schema-level example on callback body)
Creates a resource and fires a callback to the provided URL.
📄️ Register webhook (MediaTypeObject-level example on callback body)
Same as above but the `example` is on the MediaTypeObject, not the schema.
📄️ Regular endpoint with schema-level example (regression guard)
Verifies that the schema-level `example` also renders for regular