View Source OpenRtbEcto (OpenRtbEcto v0.3.1)
Ecto schemas for OpenRTB 2.x & 3.0 according to the following specifications:
Link to this section Summary
Types
Any of the schemas defined in the library
Link to this section Types
@type open_rtb_schema() :: term()
Any of the schemas defined in the library
Link to this section Functions
@spec cast(open_rtb_schema(), map() | binary()) :: {:ok, struct()} | {:error, map()}