TapirSchemaToJsonSchema

sttp.tapir.docs.apispec.schema.TapirSchemaToJsonSchema

Renders json schema from tapir schema.

Note MetaSchemaDraft04 is accepted for compatibility, but the sttp.apispec.Schema produced always follows MetaSchemaDraft202012.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(schema: Schema[_], markOptionsAsNullable: Boolean, metaSchema: MetaSchema = ..., schemaName: SName => String = ...): Schema