1.3 KiB
Vendored
1.3 KiB
Vendored
OpenAPI
Work with JSON data based on OpenAPI 3.0 schemas using Kotlin DataFrame — helpful for consuming structured API responses. Use Kotlin DataFrame to read and write data that conforms to OpenAPI specifications. Great for API-driven data workflows. Learn how to use OpenAPI 3.0 JSON schemas with Kotlin DataFrame to load and manipulate API-defined data.Experimental: Support for OpenAPI 3.0.0 schemas is currently experimental and may change or be removed in future releases.
{style="warning"}
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.