View Source OpenAPI.Processor.Format (OpenAPI Generator v0.1.1)

Default implementation for format-related callbacks

This module contains the default implementations for:

configuration

Configuration

This implementation does not currently use any configuration.

Link to this section Summary

Link to this section Types

@type format() :: :struct | :typed_map | :map

Link to this section Functions

Link to this function

schema_format(state, schema)

View Source
@spec schema_format(OpenAPI.Processor.State.t(), OpenAPI.Processor.Schema.t()) ::
  format() | :unknown