ExJsonSchema (ex_json_schema v0.10.2) View Source

Link to this section Summary

Link to this section Types

Specs

data() ::
  nil
  | true
  | false
  | list()
  | float()
  | integer()
  | String.t()
  | [data()]
  | object()

Specs

json_path() :: String.t()

Specs

object() :: %{required(String.t()) => data()}