NormalizeSchema

Type class to render a self-describing schema into its base type S.

Type parameters:
S

Any generic type that can represent a self-describing schema. (See also ExtractSchemaMap.)

class Object
trait Matchable
class Any

Value members

Abstract methods

def normalize(container: SelfDescribingSchema[S]): S

Render a self-describing schema into its base type S.

Render a self-describing schema into its base type S.