ex_json_schema v0.6.2 ExJsonSchema

Link to this section Summary

Link to this section Types

Link to this type data()
data() ::
  nil
  | true
  | false
  | list()
  | float()
  | integer()
  | String.t()
  | [data()]
  | object()
Link to this type json_path()
json_path() :: String.t()
Link to this type object()
object() :: %{optional(String.t()) => data()}