ExJsonSchema (ex_json_schema v0.11.0)

View Source

Summary

Types

data()

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

json_path()

@type json_path() :: String.t()

object()

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