Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
OpenApiSchema.java File Reference
import java.util.List;
import java.util.Map;
Include dependency graph for OpenApiSchema.java:

Go to the source code of this file.

Packages

package  dev.rafex.ether.http.openapi.model
 OpenAPI domain models used to serialize specifications.

Functions

record dev.rafex.ether.http.openapi.model.OpenApiSchema (String type, String format, String description, boolean nullable, Object example, String ref, Map< String, OpenApiSchema > properties, List< String > required, OpenApiSchema items)