sttp.tapir.docs.apispec.schema

Type members

Classlikes

class Schemas(tschemaToASchema: TSchemaToASchema, nameToSchemaReference: NameToSchemaReference)

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[Endpoint[_, _, _, _]], schemaName: SName => String, toNamedSchemas: ToNamedSchemas)
Companion
object
Companion
class