sttp.tapir.docs.apispec.schema

Type members

Classlikes

class Schemas(tschemaToASchema: TSchemaToASchema, nameToSchemaReference: NameToSchemaReference, markOptionsAsNullable: Boolean)

Converts a tapir schema to an OpenAPI/AsyncAPI reference (if the schema is named), or to the appropriate schema.

Converts a tapir schema to an OpenAPI/AsyncAPI reference (if the schema is named), or to the appropriate schema.

class SchemasForEndpoints(es: Iterable[AnyEndpoint], schemaName: SName => String, toNamedSchemas: ToNamedSchemas, markOptionsAsNullable: Boolean)
Companion:
object
Companion:
class