Define custom object types for Custom Integrations
I
Iced lavender Panda
I would like the ability to define object types once and re-use them within custom integrations.
Custom object types should be usable anywhere an "Object" currently is usable (JSON body, output schema, array member, etc).
The attached screenshots illustrates why this can be necessary. Imagine defining many API endpoints with nested objects like this, any having many of the object types be repeated. This is quite labor intensive without the option to define custom objects.
Log In
L
Lava Puma
This is especially useful if the OpenAPI spec that you receive already has these schemas defined. No need to recreate the wheel if it's already included in a schemas section.