OpenAPI
Kotlin DataFrame provides support for reading and writing JSON data that conforms to OpenAPI 3.0 specifications. This feature is useful when working with APIs that expose structured data defined via OpenAPI schemas.
Requires the dataframe-openapi
module, which is not included in the general dataframe
artifact.
To enable it in Kotlin Notebook, use:
%use dataframe(enableExperimentalOpenApi=true)
See the OpenAPI guide notebook for details on how to work with OpenAPI-based data.
22 August 2025